Hi folks
My MP3 files and the iTunes Library is located on a FreeNAS 11 share. This share is mounted on my MacBook on /Volumes/iTunes. For backup purposes and when I'm on vacation, the directory is rsync'ed to a mobile USB disk, the external disk is mounted on /Volumes/Data
This works fine. But when I try to rsync the disk 'back', all files on the disk are copied back to the share, regardless if the files are modified or not.
which is of course not the desired behaviour. This happens with both AFP and SMB shares and it used to work with FreeNAS 9.10.
Any idea what is going on here?
My MP3 files and the iTunes Library is located on a FreeNAS 11 share. This share is mounted on my MacBook on /Volumes/iTunes. For backup purposes and when I'm on vacation, the directory is rsync'ed to a mobile USB disk, the external disk is mounted on /Volumes/Data
Code:
rsync -atuv --delete /Volumes/iTunes/Library/ /Volumes/Data/iTunes/Library
This works fine. But when I try to rsync the disk 'back', all files on the disk are copied back to the share, regardless if the files are modified or not.
Code:
rsync -natuv --delete /Volumes/Data/iTunes/Library/ /Volumes/iTunes/Library
which is of course not the desired behaviour. This happens with both AFP and SMB shares and it used to work with FreeNAS 9.10.
Any idea what is going on here?