From owner-freebsd-current@FreeBSD.ORG Mon Jul 28 14:22:01 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B510F106564A for ; Mon, 28 Jul 2008 14:22:01 +0000 (UTC) (envelope-from duncan.young@pobox.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id 7F9568FC0A for ; Mon, 28 Jul 2008 14:22:01 +0000 (UTC) (envelope-from duncan.young@pobox.com) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 2669714287D for ; Mon, 28 Jul 2008 10:22:01 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Mon, 28 Jul 2008 10:22:01 -0400 X-Sasl-enc: QIaMm4W7EaqCDFP6In1iTDN6RfP1xOQzgsHtwTP1LNSt 1217254920 Received: from triple0.internal (c122-108-168-198.rochd4.qld.optusnet.com.au [122.108.168.198]) by mail.messagingengine.com (Postfix) with ESMTPSA id 9B15B38334 for ; Mon, 28 Jul 2008 10:22:00 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by triple0.internal (Postfix) with ESMTP id 012CC904AE for ; Tue, 29 Jul 2008 00:21:56 +1000 (EST) From: Duncan Young To: freebsd-current@freebsd.org Date: Tue, 29 Jul 2008 00:21:53 +1000 User-Agent: KMail/1.9.7 References: <200807290008.44981.duncan.young@pobox.com> In-Reply-To: <200807290008.44981.duncan.young@pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807290021.54648.duncan.young@pobox.com> Subject: Re: zfs send/receive on top level of filesystem heirachy X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: duncan.young@pobox.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2008 14:22:01 -0000 On Tue, 29 Jul 2008 12:08:43 am Duncan Young wrote: > My apologies if I have missed the obvious, but I'm trying to replicate my root pool to another > disk. My problem is that I only seem to be able to do a "| zfs receive tank2/XXX" and not a > "| zfs receive tank2" as I would like. I get a "cannot receive: destination 'rootzfs2' exists" for obvious > reasons. > > Now I don't believe vfs.root.mountfrom="zfs:rootzfs/root" is valid either, so the only way to replicate a sorry I meant zfs:tank/root > root disk seems to by via rsync or some such method. > > Is this correct?? > > thanks > > Duncan > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >