Rsync (Remote Sync): 10 Practical Examples of Rsync Command in Linux
Copy/Sync a File on a Local Computer
[root@tecmint]# rsync -zvh backup.tar /tmp/backups/
Copy/Sync a Directory on Local Computer
[root@tecmint]# rsync -avzh /root/rpmpkgs /tmp/backups/