LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   What is the perfect rsync command? (https://www.linuxquestions.org/questions/linux-software-2/what-is-the-perfect-rsync-command-885439/)

szboardstretcher 06-09-2011 11:01 AM

What is the perfect rsync command?
 
The requirements are:

SystemA must be 100% Identical to SystemB no matter what rsync runs into: symlinks, same size files with different dates, directories that no longer exist... etc.

What is your perfect rsync command?

AlucardZero 06-09-2011 11:46 AM

rsync -avP --delete -S -h --stats

szboardstretcher 06-09-2011 12:05 PM

rsync -varhzS --delete --progress --modify-window=2


All times are GMT -5. The time now is 11:57 AM.