Created
January 9, 2016 16:51
-
-
Save Pindar/8935e760ef0828a0d6e8 to your computer and use it in GitHub Desktop.
Backup files through 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
#!/bin/bash | |
rsync -arq --exclude='.DS_Store' --exclude='.wdmc' /DataVolume/shares/Public/Shared\ Pictures/ nas:/DataVolume/Backup/Pictures/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment