You are not logged in.
Hi there,
i have an Gentoo Server which is responsible for Backups and such stuff and a bunch of Archlinux clients.
Since the Upgrade to rsync 3.1.x on the Archlinux side, im no longer able to get data from them
/usr/bin/rsync -zav --delete --numeric-ids --relative --delete-excluded \
--exclude=tmp/* --exclude=TMP/* --exclude=*.dms* --exclude=*.DMS* \
--rsh=/usr/bin/ssh --link-dest=/raid70/rsnapshot/hourly.1/client/ \
root@client:/home /raid70/rsnapshot/hourly.0/client/
rsync: This rsync lacks old-style --compress due to its external zlib. Try -zz.
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [Receiver=3.1.0]
ERROR: /usr/bin/rsync returned 12 while processing root@client:/home/
I already tried -zz as parameter to rsync
server test # rsync -zav root@client:/home/ .
rsync: This rsync lacks old-style --compress due to its external zlib. Try -zz.
rsync error: syntax or usage error (code 1) at main.c(1554) [server=3.1.1]
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [Receiver=3.1.0]
server test # rsync -zzav root@client:/home/ .
rsync: This rsync lacks old-style --compress due to its external zlib. Try -zz.
rsync error: syntax or usage error (code 1) at main.c(1554) [server=3.1.1]
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [Receiver=3.1.0]
server test # rsync -zz -av root@client:/home/ .
rsync: This rsync lacks old-style --compress due to its external zlib. Try -zz.
rsync error: syntax or usage error (code 1) at main.c(1554) [server=3.1.1]
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [Receiver=3.1.0]
no real change except that he tells me that i have an syntax error
Last edited by Vamp898 (2014-07-07 07:05:58)
Offline
What package version? This was supposed to be fixed in 3.1.1-2. See https://bugs.archlinux.org/task/41024
Offline
What package version? This was supposed to be fixed in 3.1.1-2. See https://bugs.archlinux.org/task/41024
Thank you a lot, havent noticed that. Mirror still had 3.1.1-1. Solved.
Offline