rsync help

Roberto Ragusa mail at robertoragusa.it
Mon Jan 12 20:46:17 UTC 2009


Joseph L. Casale wrote:
>> You can look at convmv (http://www.j3e.de/linux/convmv/ (see the man
>> directory for basic documentation).
> 
> I was hoping to not do this, I need an exact copy. Is this a limitation
> involved in the file systems being used (ntfs) or rsync?

Maybe you have to play with the iocharset mount option
(both for cifs and ntfs).

If your machine is UTF8, you have to find a combination of
options for which the file names are always shown correctly.

You have to do little steps:

- mount /ntfs
- touch /ntfs/test_à.txt
- ls -l /ntfs

ok? if not,

- mount /ntfs -o iocharset=iso8859-1
- touch /ntfs/test_è.txt
- ls -l /ntfs

and so on... you get the idea.

Best regards.
-- 
   Roberto Ragusa    mail at robertoragusa.it




More information about the fedora-list mailing list