Comment # 9 on bug 1046197 from
Created attachment 732226 [details]
rsync-allow-both-compressions.patch

scarabeus@bugaboo: ~/tmp $ rsync -zz root@factorybreaker:~/bin/* ./
rsync: on remote machine: --new-compress: unknown option
rsync error: syntax or usage error (code 1) at main.c(1569) [server=3.1.0]
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(235)
[Receiver=3.1.2]
scarabeus@bugaboo: ~/tmp $ rsync -z root@factorybreaker:~/bin/* ./
scarabeus@bugaboo: ~/tmp $ echo $?
0

Looks working :)


You are receiving this mail because: