Skip to content

Instantly share code, notes, and snippets.

@agragregra
Last active June 3, 2019 14:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save agragregra/6eae1381deced574924f85ca9db6aad3 to your computer and use it in GitHub Desktop.
Save agragregra/6eae1381deced574924f85ca9db6aad3 to your computer and use it in GitHub Desktop.
Backup Files/Folders to External Hard Drive (Rsync)
rsync -aP --delete --exclude=node_modules --exclude=Thumbs.db --exclude=.DS_Store /Users/alex/Work/ /Volumes/BACKUP/Work/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment