Created
May 18, 2010 07:40
-
-
Save badsyntax/404738 to your computer and use it in GitHub Desktop.
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
# An example iTunes rsync over SSH. I use this to sync my iTunes library with my media server | |
# Excludes hidden files | |
rsync -avz --delete -e ssh --exclude=".*" /Users/username/Music/iTunes/iTunes\ Music sshusername@hostname:/media/music |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment