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

Leave a Reply

Your email address will not be published. Required fields are marked *