iconv and daemon mode

Matt McCutchen matt at mattmccutchen.net
Wed Jan 30 02:56:24 GMT 2008


On Sat, 2007-12-15 at 23:36 +0100, Jochen Reinwand wrote:
> This one is NOT working (filenames are UTF-8 on target):
> $ rsync -av --iconv=utf-8,iso8859-15 test/ rsync://host/test

I can reproduce this with the current development rsync.  It seems to be
caused by the accidental omission of a setup_iconv() call for the case
of a background daemon.  Patch to follow.

Matt



More information about the rsync mailing list