Displaying 1 result from an estimated 1 matches for "vvvvlr".
Did you mean:
vvvvcr
2008 May 30
1
-4 / -ipv4 doesn't work
...as IPv6 and IPv4. When I pass the -4 or
--ipv4 option to rsync, it doesn't pass it to ssh:
$ rsync -4 -r -v -v -v -v -l --del . SOMEUSER@SOMEHOST:SOMEPATH
cmd= machine=SOMEHOST user=SOMEUSER path=SOMEPATH
cmd[0]=ssh cmd[1]=-l cmd[2]=SOMEUSER cmd[3]=SOMEHOST cmd[4]=rsync
cmd[5]=--server cmd[6]=-vvvvlr cmd[7]=--delete-during cmd[8]=.
cmd[9]=SOMEPATH
opening connection using ssh -l SOMEUSER SOMEHOST rsync --server -vvvvlr
--delete-during . SOMEPATH
<nothing happens>
I tried version 2.6.9 (ubuntu) and 3.0.2 (fedora 9), both have the same
result. Is it me or is this unwanted behaviour? When...