You are not logged in.

#1 2014-07-07 06:01:11

Vamp898
Member
From: 東京
Registered: 2009-01-03
Posts: 934
Website

[SOLVED] rsync error since upgrade to 3.1.x

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

#2 2014-07-07 06:11:23

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,431

Re: [SOLVED] rsync error since upgrade to 3.1.x

What package version? This was supposed to be fixed in 3.1.1-2. See https://bugs.archlinux.org/task/41024

Offline

#3 2014-07-07 07:05:47

Vamp898
Member
From: 東京
Registered: 2009-01-03
Posts: 934
Website

Re: [SOLVED] rsync error since upgrade to 3.1.x

Scimmia wrote:

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

Board footer

Powered by FluxBB