From owner-freebsd-geom@FreeBSD.ORG Sat Jan 11 17:27:49 2014 Return-Path: Delivered-To: freebsd-geom@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 63D4ECA2 for ; Sat, 11 Jan 2014 17:27:49 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 361471224 for ; Sat, 11 Jan 2014 17:27:48 +0000 (UTC) Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 9B8AB20C5E for ; Sat, 11 Jan 2014 12:27:47 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute6.internal (MEProxy); Sat, 11 Jan 2014 12:27:47 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=bDGgvnp+Y9BmplSBpiq9z7wnKQo=; b=DBc9t yFpu0FxGBStwkNBDyIytZYTIMVtcXaTIEQDr4OH1eMn0ySwFwyPq9RG/IZ+sk6Qc mFJMolKxuFwQKiwF1lGWi8sULlTF45BRTDphjqbMu+s5ErfPg9ZFBSI9seiGox2K ry04GFc/gZs//AGpGq8ST3o1uyA0LGjGv+BoMI= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 630DF10D66D; Sat, 11 Jan 2014 12:27:47 -0500 (EST) Message-Id: <1389461267.16576.69479689.0A3D893A@webmail.messagingengine.com> X-Sasl-Enc: OkxQCJNbY6a4xxo+WAXjrBysiq36jdd5fxfARIE/z4KD 1389461267 From: Mark Felder To: freebsd-geom@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-064ceef5 Subject: Re: "deep" gpart backup? Date: Sat, 11 Jan 2014 11:27:47 -0600 In-Reply-To: <1023566295.20140105015301@serebryakov.spb.ru> References: <1023566295.20140105015301@serebryakov.spb.ru> X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jan 2014 17:27:49 -0000 On Sat, Jan 4, 2014, at 15:53, Lev Serebryakov wrote: > Hello, Freebsd-geom. > > Is here any way to make "deep" "gpart backup | gpart restore"? Now, when > I > have disk with MBR, with two slices, each of which has BSD label, I need > three calls of backup / restore commands with proper arguments. It looks > just stupid :) > If gpart can see and manipulate all of these elements it really should be able to backup and restore them all atomically.