From owner-freebsd-fs@freebsd.org Thu Jan 7 07:59:37 2016 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48115A665BF for ; Thu, 7 Jan 2016 07:59:37 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from potato.growveg.org (potato.growveg.org [62.49.247.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E8C11489 for ; Thu, 7 Jan 2016 07:59:37 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from john by potato.growveg.org with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1aH5Tr-000JDg-68 for freebsd-fs@freebsd.org; Thu, 07 Jan 2016 07:59:35 +0000 Date: Thu, 7 Jan 2016 07:59:35 +0000 From: John To: freebsd-fs@freebsd.org Subject: Re: zfs send compression query Message-ID: <20160107075935.GB50011@potato.growveg.org> Reply-To: freebsd-fs@freebsd.org Mail-Followup-To: freebsd-fs@freebsd.org References: <20160106233557.GA6185@potato.growveg.org> <20160107073611.GA50011@potato.growveg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20160107073611.GA50011@potato.growveg.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: john X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2016 07:59:37 -0000 On Thu, Jan 07, 2016 at 07:36:11AM +0000, John wrote: >I'm guessing I'm doing something wrong with the pipes, but not sure >how to solve it... sorted it, now that I have had enough caffeine. I was missing quotation marks and misplaced a pipe! $ zfs send -Rv vms/133@2016-01-07.0648 | pigz -9c | ssh backup@[redacted] "pigz -dc | zfs recv -Fdvu storage/snapshots" send from @ to vms/133@2016-01-07.0648 estimated size is 32.1G total estimated size is 32.1G TIME SENT SNAPSHOT receiving full stream of vms/133@2016-01-07.0648 into storage/snapshots/133@2016-01-07.0648 07:50:11 16.7M vms/133@2016-01-07.0648 07:50:12 63.2M vms/133@2016-01-07.0648 07:50:13 143M vms/133@2016-01-07.0648 07:50:14 153M vms/133@2016-01-07.0648 07:50:15 164M vms/133@2016-01-07.0648 *happy* -- John