How to display transfer speed with rsync?

Hi,

I am transferring the big file using rsync. I want to know how to display the transfer information such as transfer speed, total time, done precent ect. with the rsync command?

Thanks

View Answers

August 29, 2014 at 12:30 AM

Hi,

You should use the following command:

rsync --progress source destination

The --progress parameter will display the transfer information.

Thanks









Related Tutorials/Questions & Answers:
Advertisements