Created
August 7, 2012 16:16
-
-
Save keriati/3286863 to your computer and use it in GitHub Desktop.
rsync folders with delete
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rsync -rtv --exclude-from="/full/path/to/rsync-exclude.txt" --delete /source /destination > rsync-log.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment