Skip to content

Instantly share code, notes, and snippets.

@dkapitan
Created December 8, 2016 09:34
Show Gist options
  • Save dkapitan/cdf86f8853df8b48ead69608b4e64246 to your computer and use it in GitHub Desktop.
Save dkapitan/cdf86f8853df8b48ead69608b4e64246 to your computer and use it in GitHub Desktop.
rsync backup script voor NAS
#!/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