search for: vlogdtprc

Displaying 1 result from an estimated 1 matches for "vlogdtprc".

Did you mean: vlogdtprz
2007 Jul 19
2
rsync bug?? (rsync fails when -C is used).
...o problem (replicating local dir with -C option). I did truss the remote sshd and see the client connected successfully. forked child sshd which forked again and rsync exec'd: 137: execve("/usr/bin/rsync", 0x0004509C, 0x000450F8) argc = 6 137: argv: rsync --server --sender -vlogDtprC . /home/john/data 137: envp: _=/usr/bin/rsync Both end of rsync is version 2.6.9. and both system are running solaris 9. binary compiled with Sun's cc (not gcc). The thing that makes me think that this is a bug in rsync is that I also tried rsync to another solaris 9 machine which is ru...