rsync and translating restricted NTFS filename characters

Wayne Davison wayned at samba.org
Tue Nov 6 05:24:51 GMT 2007


On Tue, Nov 06, 2007 at 12:04:19AM -0500, Matt McCutchen wrote:
> This patch adds an option --tr=BAD/GOOD to transliterate filenames.

Both sides need identical file names in the list when sorting, otherwise
a name could sort into different spots on each side.  The iconv code
deals with this by using an index into the unsorted file list, so you
might want to make use of that code.

..wayne..


More information about the rsync mailing list