From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 16:22:58 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 EF606106566B for ; Tue, 15 Feb 2011 16:22:58 +0000 (UTC) (envelope-from me@janh.de) Received: from mailhost.uni-hamburg.de (mailhost.uni-hamburg.de [134.100.32.155]) by mx1.freebsd.org (Postfix) with ESMTP id A75A78FC21 for ; Tue, 15 Feb 2011 16:22:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailhost.uni-hamburg.de (Postfix) with ESMTP id 0976690042; Tue, 15 Feb 2011 17:22:57 +0100 (CET) X-Virus-Scanned: by University of Hamburg (RRZ/mailhost) Received: from mailhost.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kal4wojQUJKL; Tue, 15 Feb 2011 17:22:56 +0100 (CET) Received: from nb981.math (g224004196.adsl.alicedsl.de [92.224.4.196]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmjv004) by mailhost.uni-hamburg.de (Postfix) with ESMTPSA id AB7559000A; Tue, 15 Feb 2011 17:22:56 +0100 (CET) Message-ID: <4D5AA85E.6070807@janh.de> Date: Tue, 15 Feb 2011 17:22:54 +0100 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110209 Thunderbird/3.1.7 MIME-Version: 1.0 To: Warren Block References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Xn Nooby , 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: Tue, 15 Feb 2011 16:22:59 -0000 On 01/-10/-28163 20:59, Warren Block wrote: > On Tue, 15 Feb 2011, Xn Nooby wrote: > >> On Linux I use clonezilla, which understands the EXT3 filesystem, and >> it can skip unused space (I'm using about 3GB out of 1TB). >> >> On FreeBSD, I have to fill the 1TB drive with zero-filled files, then >> delete them, on each partiton, since CloneZilla uses DD+gzip on the >> entire drive. > > Some of the development versions of Clonezilla do understand UFS. It's > been a few months since I looked at this, and I need to go back and > figure out exactly which. I tried a version of Clonezilla that understood ufs and it was really fast copying a slice: It did not understand disklabels and copied only the a partition pretending that it did the entire slice. Did you try to copy a slice with multiple partitions? Cheers, Jan Henrik