How to show Progress Bar While Copying Files while using rsync

How to show Progress Bar While Copying Files while using rsync

You need to use the –progress option which show progress during file transfer. The syntax is as follows:

rsync –progress -avz -e ssh /home/mydir [email protected]:/home/myremotedir

Comments are closed, but trackbacks and pingbacks are open.