From owner-freebsd-questions@FreeBSD.ORG Mon Jun 30 13:58:55 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6D93693 for ; Mon, 30 Jun 2014 13:58:55 +0000 (UTC) Received: from server1.shellworld.net (shellworld.net [69.60.117.94]) by mx1.freebsd.org (Postfix) with ESMTP id C58502A29 for ; Mon, 30 Jun 2014 13:58:55 +0000 (UTC) Received: from server1.shellworld.net (localhost [127.0.0.1]) by server1.shellworld.net (Postfix) with ESMTP id 46F34229B8 for ; Mon, 30 Jun 2014 08:49:18 -0500 (CDT) To: "freebsd-questions@freebsd.org" Subject: rsync issues FreeBSD 9.1-RELEASE-p12 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <81827.1404136158.1@server1.shellworld.net> Date: Mon, 30 Jun 2014 08:49:18 -0500 From: "Martin G. McCormick" Message-Id: <20140630134918.46F34229B8@server1.shellworld.net> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 13:58:56 -0000 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