I'm really frustrated with this..
I run rsync 3.0.6 on OSX Snow Leopard to backup a folder form an external hdd (FAT32) to another external hdd (FAT32).
Somehow certain files (and at times they change!) get copied with a different file name. For example:
campo_2006_valcanale_127.jpg --> CAMPO~40.JPG
shrunk and uppercased.. of course rsync next time deletes the CAMPO~40.JPG and copies it again, but almost always it gets messed up again.. at times it works, but also files that were ok get corrupted..
Now. If I go in the destination directory and do a 'ls -a' I can't see the file campo_2006_valcanale_127.jpg because it has been somehow renamed. BUT THE FILE campo_2006_valcanale_127.jpg actually exists!! I can display it, I can write on it etc etc.. simply it's invisible! Maybe it's just the filename that's behaving oddly..
IMPORTANT: same behaviour when I copy files manually ('cp') and even when I copy them with the Finder! I drag and drop a file and its name changes!!
If you have ANY hint, please tell me.. I can provide more info if need be Thanks