From owner-freebsd-questions@FreeBSD.ORG Thu Feb 17 05:33:30 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4339A106564A for ; Thu, 17 Feb 2011 05:33:30 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 002F18FC08 for ; Thu, 17 Feb 2011 05:33:29 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p1H5XTj0022688; Wed, 16 Feb 2011 22:33:29 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p1H5XS5v022685; Wed, 16 Feb 2011 22:33:28 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 16 Feb 2011 22:33:28 -0700 (MST) From: Warren Block To: Xn Nooby In-Reply-To: Message-ID: References: <4D5AA85E.6070807@janh.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Wed, 16 Feb 2011 22:33:29 -0700 (MST) Cc: Jan Henrik Sylvester , questions-list freebsd Subject: Re: What is the best way to image copy a FreeBSD system? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2011 05:33:30 -0000 On Wed, 16 Feb 2011, Xn Nooby wrote: > I downloaded the "alternative testing" ubuntu-based version of > Clonezilla, and it appeared to backup my FreeBSD machine. It > identified my filesystem as UFS. I will wipe the drive and try a > restore later tonight. It said it was backing up 30GB of files, > which seemed odd for a fresh install. The backup was 7.5GB. There > is a lot of good info in this thread, so I will be experimenting with > the various methods discussed. It sounds like I really need to learn > about dump/restore. Pardon if I've mentioned this already, but I have an article called "Backup Options For FreeBSD" at http://www.wonkity.com/~wblock/docs/html/backup.html It covers variations of dump/restore, and also mentions Clonezilla and dd and their advantages and disadvantages. Feedback welcome.