Last active
June 3, 2019 14:48
-
-
Save agragregra/6eae1381deced574924f85ca9db6aad3 to your computer and use it in GitHub Desktop.
Backup Files/Folders to External Hard Drive (Rsync)
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 -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