How can I use rsync with a FAT file system?
- by Kim
I would like to write a simple backup script that saves some data to a FAT drive. Should I reformat the drive and use a better file system or is it possible to use rsync with FAT? If so, what problems might I run into? Would performance be a lot worse?
EDIT:
This is on linux, didn't even know there was a rsync for windows. The sources are various…