From owner-freebsd-fs@FreeBSD.ORG Mon Apr 7 14:44:11 2014 Return-Path: Delivered-To: freebsd-fs@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 2E4D94A2 for ; Mon, 7 Apr 2014 14:44:11 +0000 (UTC) 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 DC54C8D3 for ; Mon, 7 Apr 2014 14:44:10 +0000 (UTC) Received: from john by potato.growveg.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WXAmM-0000Bx-7V for freebsd-fs@freebsd.org; Mon, 07 Apr 2014 15:44:06 +0100 Date: Mon, 7 Apr 2014 15:44:06 +0100 From: John To: freebsd-fs@freebsd.org Subject: Re: zfs - moving filesystem from one zpool to another Message-ID: <20140407144406.GB67619@potato.growveg.org> Mail-Followup-To: freebsd-fs@freebsd.org References: <20140407134306.GA67619@potato.growveg.org> <5342ADD6.9000502@denninger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5342ADD6.9000502@denninger.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: John X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: john@potato.growveg.org X-SA-Exim-Scanned: No (on potato.growveg.org); SAEximRunCond expanded to false X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-fs@freebsd.org List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 14:44:11 -0000 On Mon, Apr 07, 2014 at 08:53:26AM -0500, Karl Denninger wrote: > Use "zfs send ..... | zfs recv" to do this; you zfs send the filesystem > into a newly-created one on the other pool. thank you both, I'll do this shortly -- John