Skip to content

Instantly share code, notes, and snippets.

@cwardzala
Last active November 2, 2016 14:17
Show Gist options
  • Save cwardzala/975a261d0187d7a23ea6badb28c431d9 to your computer and use it in GitHub Desktop.
Save cwardzala/975a261d0187d7a23ea6badb28c431d9 to your computer and use it in GitHub Desktop.
Music Scripts
#!/bin/bash
rsync --progress --ignore-existing -avzu --exclude=".*/" "/Users/cwardzala/Music/iTunes/iTunes Media/Music" "/Volumes/Shared Media/"
#!/bin/bash
declare -a ARRAY=("/Volumes/Green Skull" "/Volumes/Shared Media")
rsync --progress --ignore-existing -avzu --exclude=".*/" "$HOME/Music/iTunes/iTunes Media/Music" "${ARRAY[$1]}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment