Skip to content

Instantly share code, notes, and snippets.

@ArupSen
Last active August 29, 2015 14:03
Show Gist options
  • Save ArupSen/f1f13c00977290989733 to your computer and use it in GitHub Desktop.
Save ArupSen/f1f13c00977290989733 to your computer and use it in GitHub Desktop.
rsync back up to local drive
# --delete anything not on source
# --progress show progress
# -h human readable
rsync -hva --delete --progress /Users/arup/Documents/ /Volumes/SL\ Backup/Users/arup/Documents/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment