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
Hi,
You should use the following command:
rsync --progress source destination
The --progress parameter will display the transfer information.
Thanks
Ads