On Wed, Sep 15, 2004 at 07:05:09PM +0300, Petri Asikainen wrote: > I'm having problems with character encodings when syncing files from > netware (rsyncd) to linux box. > Character with umlauts like дц are stored wrongly on disk.
Rsync doesn't affect filenames at all -- it just uses the supplied charaters directly. There is a diff in the patches dir named fname-convert.diff that has support for running a conversion program on all the names that get sent, so you could try that. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html