okay, I added "charset = utf-8" to the rsyncd.conf.
That got me from one error message to the next.
rsync -avzr "C:\Progra~1\cwRsync\bin\s
All source args must come from the same machine.
rsync error: syntax or usage error (code 1) at main.c(1247) [receiver=3.0.0pre10]
If there is a better solution for rsync over ssh on Windows I am willing to try it. Just remember I am a beginner with rsync.
Thanks.
Main Topics
Browse All Topics





by: brakk0Posted on 2008-07-01 at 14:53:00ID: 21911934
See if this helps: /index.php ?module=ph pwsbb& PHPW SBB_MAN_OP =view&PHPW S_MAN_ITEM S=1130
server-is- configured -to-refuse --- iconv-t d15954851. html
http://www.itefix.no/phpws
Or this:
http://www.nabble.com/The-
Short answer (quoted from links):
"It looks like the cwRsync binary was created with a default --iconv
option enabled (this is possible via a configure option). From the
other messages I saw, it appears that the default is "--iconv=." (which
is rsync's cryptic way of saying "use default charset on both sides").
As others have noted, setting a "charset = FOO" on the daemon side (in
the rsyncd.conf) enables the allowing of clients that use --iconv. Or,
you can manually turn off the default iconv-action for a single transfer
via --no-iconv to the client rsync.
You can also override a compiled-in default for all your commands by
exporting the RSYNC_ICONV environment variable; e.g. set it to "-" to
disable iconv by default. "