Mac > rsync
This page saved my day… to sync my iTunes Library with an external FAT32 drive, I used rsync but about 50% of the files got copied with every run. Then I found this link! and this really does the trick…
rsync /Users/glotzfisch/Music/iTunes/iTunes\ Music/* /MyExternalDisk/MusicMaster/ -vru --modify-window=1
