Skip to content

Commit

Permalink
iTunes music folder is on a ZFS volume now.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed May 16, 2009
1 parent 5f0cfdb commit 28ee3e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sendmp3s
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/bin/sh

ITUNES="/Volumes/bag/itunes/"

rsync "$@" -varltpogS --progress --stats \
--delete --delete-excluded --exclude .DS_Store \
--exclude=Podcasts/ \
--exclude=Coverville/ \
"$HOME/Music/iTunes/iTunes Music/" purple::${USER}mp3w/
--exclude=.Spotlight-V100 \
"$ITUNES" purple::${USER}mp3w/

# --exclude="*.m4p" --exclude="*.m4a" \

0 comments on commit 28ee3e1

Please sign in to comment.