On Wed, 2008-03-12 at 17:11 +0100, Tevfik Karagülle wrote: > I am a little bit confused now. What's best ? An rsync with iconv enabled or > not ? > > I thought that iconv support could be useful to handle file names with > foreign characters. However, I see now that an iconv-enabled rsync has some > compatiblity issues. > > What do you recommend ?
Best would be an rsync that supports the --iconv option but does not use it unless the user asks. I.e., configure with "--enable-iconv" (which I believe is the default), not "--enable-iconv=.". Matt -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
