Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 08:49:18 -0500
From:      "Martin G. McCormick" <martin@server1.shellworld.net>
To:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   rsync issues FreeBSD 9.1-RELEASE-p12
Message-ID:  <20140630134918.46F34229B8@server1.shellworld.net>

next in thread | raw e-mail | index | archive | help
	We backup several FreeBSD 9.1-RELEASE-p12 (GENERIC) #0: Tue Apr 29 22:02:25 UTC 2014
systems to a Debian system and have recently started receiving
the following notice:


"This rsync lacks old-style --compress due to its external zlib.  Try -zz."

I tried. it died.
	The messages are relatively new. Whatever changed did so
within the last week or so.

	Our call to rsync starts out
rsync -qvHaz --delete

	I had modified the command as follows:
rsync -zz -qvHaz --delete

this throws a syntax error and 
rsync -qvHazz --delete
does nothing new probably because the first z flag satisfies the
call for compression and the second one just wastes space.

	What is the best way to get compression working again?

Thank you.

Martin McCormick



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140630134918.46F34229B8>