Hi all,
Thanks for the new --iconv option! It really helps me a lot!
But I have one big problem using it.
This one is working:
$ rsync -av --iconv=utf-8,iso8859-15 test/ host:/path-to-target/test
This one is NOT working (filenames are UTF-8 on target):
$ rsync -av --iconv=utf-8,iso8859-15 test/ rsync://host/test
On both hosts rsync 3.0.0pre6 is used.
Am I missing something here?
I really would prefer the second method, because it's much faster in this
situation!
Thanks in advance for any help!
Jochen
P.S. Please put me in CC, since I'm not on the list.