Displaying 1 result from an estimated 1 matches for "wtcrep".
Did you mean:
crep
2004 Oct 13
0
[Bug 1924] New: unable to rsync between a PC with cygwin and a unix machine using rsh
...the command shall be quoted.
But when rsync fork/exec the rsh the command apears without quote (as set set
of argv) and rsh wants the full command as a unique argv entry.
Doing that leads to the follwing message:
$ rsync -av --no-whole-file --rsync-path=/usr/local/bin/rsync -e rsh Partitions
/ wtcrep@pdmread1:/local/home/wtcrep/pfc_tst_rsync
rsh: unknown option -- server
Try `rsh --help' for more information.
rsync: read error: Connection reset by peer
rsync error: error in rsync protocol data stream (code 12) at /home/lapo/packagi
ng/tmp/rsync-2.6.2/io.c(354)
In fact fork exec uses done i...