Guest User

Untitled

a guest
May 25th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # An example iTunes rsync over SSH. I use this to sync my iTunes library with my media server
  2. # Excludes hidden files
  3.  
  4. rsync -avz --delete -e ssh --exclude=".*" /Users/username/Music/iTunes/iTunes\ Music sshusername@hostname:/media/music
Add Comment
Please, Sign In to add comment