"rsync' or "how I sync my USB Stick with iTunes' :)
Posted by marc, Mon Jul 09 17:45:44 UTC 2007
rsync -vruW --ignore-existing --delete --size-only --exclude '.DS_Store' --delete-excluded --exclude '*Podcast*' Music/iTunes/iTunes\ Music/ /Volumes/USB\ STECK/iTunes\ Music/
What this does is basically synchronize "/Volumes/USB Steck/" with my "iTunes Music" Folder. It ignores the "podcast" directory and also excludes those .DS_Store files