The rsync jobs take several hours to run and I check up on them from time to
time. The new progress features (110, 10% of 1100) are especially nice and I
don't want to lose them.
I can definitely script my way around this one but it's also possible to
solve it nicely within rsync.
Adam
- Ori
Hi. I use rsync to suck down a large amount of data every night using a cron job that
logs to a file. If you run rsync --progress and redirect to a log file you end up with
the progress for each file piled up onto a single line. \r is generally ignored by
editors and viewers. That leads to my qu