rsync not working between NTFS/FAT and EXT
Posted
by
wim
on Ask Ubuntu
See other posts from Ask Ubuntu
or by wim
Published on 2012-03-14T10:06:16Z
Indexed on
2012/10/09
21:59 UTC
Read the original article
Hit count: 288
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)?
© Ask Ubuntu or respective owner