Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 3
    Thanks for this, the other answers result in a %age that keeps going up and down! Commented Nov 29, 2016 at 16:05
  • 1
    Not quite perfect yet, as the percentage is always the ratio of the current transfer to the total amount of data. So if one transfer is interrupted at 40%, the next transfer will start at 0% and finish at 60%, which is a little confusing. Nevertheless, this is a lot clearer than the accepted answer, in my opinion.
    – iFreilicht
    Commented Oct 17, 2020 at 21:18
  • 1
    This will have a slow start but is informative and not resource hungry: nice -n 19 ionice -c 2 -n 7 rsync --archive --info=progress2 --no-inc-recursive --human-readable SRC DST
    – Pablo A
    Commented Sep 30, 2022 at 19:50