Posted in Command Line, Linux Sync Two Folders Binny V A March 18, 2008 2 Comments on Sync Two Folders Sync two folders using rsync command rsync -rogpav --delete /home/me /backup/folder Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
The folders will be sync just one way. The new files in backup/folder will be lost.
‘-rogp’ is complete redundant to ‘-a’ which is basically a shortcut for ‘-rlptgoD’.