From owner-freebsd-questions@freebsd.org Thu Oct 6 01:19:10 2016 Return-Path: Delivered-To: freebsd-questions@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 DC95AAF6754 for ; Thu, 6 Oct 2016 01:19:10 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FB32CDE for ; Thu, 6 Oct 2016 01:19:10 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u961J30e081860 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 5 Oct 2016 19:19:03 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u961J008081715; Wed, 5 Oct 2016 19:19:03 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 5 Oct 2016 19:19:00 -0600 (MDT) From: Warren Block To: Alejandro Imass cc: "Jack L." , "lokadamus@gmx.de" , Polytropon , FreeBSD Questions Subject: Re: Clone a FBSD system with something in the likes of ghost In-Reply-To: Message-ID: References: <57EC9527.7020202@rcn.com> <20161003192218.51a7f402.freebsd@edvax.de> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Wed, 05 Oct 2016 19:19:03 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 01:19:11 -0000 On Wed, 5 Oct 2016, Alejandro Imass wrote: > On Tue, Oct 4, 2016 at 8:26 PM, Jack L. wrote: >> have you tried gpart backup src|gpart restore target? >> >> That's usually how I clone my partitions >> >> On Mon, Oct 3, 2016 at 3:41 PM, Warren Block wrote: >> > > Hey guys great discussion. Thanks for following up and all the ideas! > > I haven't done anything yet researching and making sure it will work > OK and I end up with a stable syste. > > Most of my stuff is in jails anyway with EzJail so I'm thinking that > if I upgrade my old system to exactly the version of the target > installation the ezjail archive and restore feature will work well. I > have done this before and works like a charm so long as both systems > are prtty much the same version and equally updated. So I'm still > undecided as to what the best approach would be at this point. I'm > inclined for the ezjail archive restore right now as I know for a fact > that it works. ezjail is filesystem-based, so tools that deal with filesystems are appropriate. The built-in backup and restore should do fine.