General

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