Skip to content

Instantly share code, notes, and snippets.

@michelbalzer
Created March 7, 2019 19:32
Show Gist options
  • Save michelbalzer/6724364936cbdb25f104058c7ba123ef to your computer and use it in GitHub Desktop.
Save michelbalzer/6724364936cbdb25f104058c7ba123ef to your computer and use it in GitHub Desktop.
Copy only modified MP3 from Current Dir to iTunes
rsync -a -u --progress --existing --include="*/" --exclude="*" --include="*.mp3" . /Users/Shared/iTunes/iTunes\ Media/Music/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment