Displaying 1 result from an estimated 1 matches for "agzv".
Did you mean:
a1zv
2010 May 20
1
rsync and the iconv-switch
...with Rsync: 3.0.4 (or alternative 3.0.6),
Protocol version:30.
For the conversion between both machines I use the ??iconv=850,UTF-8? ?
switch.
chcp told me that 850 is my codepage on my windowsmachine and locale on
Linux said ther UTF-8 is the current code page.
Now I use the command
Rsync.exe ?agzv ?-iconv=850,utf8 /cygdrive/source Rsync://destination
my output says:
Rsync: connection unexpectedly closed <0 bytes received so far> [sender]
Rsync error: error in Rsync protocol data stream (code 12) at io.c(632)
[sender=3.0.4]
Same when I edit my rsyncd.conf with ?charset = utf-8? and re...