rsync not working between NTFS/FAT and EXT
- by wim
I have music that I play in my car, from an FAT32 USB stick. The folder which I use to put songs on is stored on my EXT4 hard drive. I add/remove/retag songs regularly and occassionally want to rsync the changes to the USB stick. But for some unknown reason (maybe permissions?), rsync copies all the files every time rather than just changed ones. I am calling rsync like :
rsync -vrlptgD source dest
How can I make it work like I want it to (i.e. know when a file hasn't been changed and don't copy it)?