Hacker News new | ask | show | jobs
by leni536 1344 days ago
For rsync to get reliable global progress there is --no-i-r --info=progress2 . --no-i-r adds a bit of upfront work, but it's well worth it IMO.
1 comments

Thanks for that! (I felt like I had to be missing something, with how useless rsync progress usually was.)