rsync to SD card recopying files
I was trying to rsync some iTunes music to an SD card from my Mac. All was working well but all the files were being synced each time. Turns out it's an issue with a Microsoft(FAT32) formatted card, which my Samsung Intercept has. Answer was to add --modify-window=1 as an rsync option. Solution here.
I couldn't figure out what was going on and this post turned up as the top google hit. That fixed the problem, thanks!
ReplyDeleteGlad the solution worked for you.
ReplyDelete