Skip to content

Instantly share code, notes, and snippets.

@keriati
Created August 7, 2012 16:16
Show Gist options
  • Save keriati/3286863 to your computer and use it in GitHub Desktop.
Save keriati/3286863 to your computer and use it in GitHub Desktop.
rsync folders with delete
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