Created
December 8, 2016 09:34
-
-
Save dkapitan/cdf86f8853df8b48ead69608b4e64246 to your computer and use it in GitHub Desktop.
rsync backup script voor NAS
This file contains hidden or 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/sh | |
rsync -avP --exclude '.@__thumb' -e ssh admin@dannas:/share/HiFi/ /Volumes/Seagate\ Backup\ Plus\ Drive/HiFi/ | |
rsync -avP --exclude '.@__thumb' -e ssh admin@dannas:/share/Videos/ /Volumes/Seagate\ Backup\ Plus\ Drive/Videos/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment