Frequently Asked Question
Basic Rsync Guide
Last Updated 7 years ago
-a Preserve the date, ownership, permissions, groups, of the files
-v See the progress of the file copy in the terminal
-z Compresses over the network to save bandwidth
Basic Rsync Command
-v See the progress of the file copy in the terminal
-z Compresses over the network to save bandwidth
Basic Rsync Command
rsync -avz --delete /media/hdd1/data-1/ /media/hdd2/data-2/