Hi, Just using rsync for the first time and when I copy to an external drive all directory names are converted to lower case. When I perform a second copy I get an error saying 'no such file or directory'. Is there a configuration option I can set to maintain the correct case? I have a Linux system and I'm copying from my internal hard drive which is an ext3 file system to an external hard drive which is a VFAT file system. Any help would be great. Cheers, Kevin
On Thu, May 12, 2005 at 10:30:52PM +0100, Kevin Stembridge wrote:> Just using rsync for the first time and when I copy to an external > drive all directory names are converted to lower case.That's not rsync's doing, so it must be going on behind the scenes. Perhaps you're saving the files to such an old FAT version that it doesn't support mixed-case filenames, and thus all names are treated as having being in a single case. ..wayne..