How to Use rsync Command in Linux? Quick Answer: Use rsync -avh source/ destination/ to synchronize files efficiently in Linux. The rsync command only transfers...
Bash
rsync -avh --progress /home/user/documents/ /backup/documents/