How can I use rsync with a FAT file system?

Posted by Kim on Server Fault See other posts from Server Fault or by Kim
Published on 2009-08-17T11:43:26Z Indexed on 2010/05/22 22:21 UTC
Read the original article Hit count: 216

Filed under:
|
|
|

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 file systems (it's a mess), and the destination is currently formatted with FAT32.

Thank you for your answers, I'll probably go for a reformat, since I'm not completely sure about the file sizes we'll have.

© Server Fault or respective owner

Related posts about linux

Related posts about backup