Skip to content

Instantly share code, notes, and snippets.

@badsyntax
Created May 18, 2010 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badsyntax/404738 to your computer and use it in GitHub Desktop.
Save badsyntax/404738 to your computer and use it in GitHub Desktop.
# 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