Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2009 01:07:31 +0100
From:      krad <kraduk@googlemail.com>
To:        Polytropon <freebsd@edvax.de>
Cc:        Chris <racerx@makeworld.com>, freebsd-questions@freebsd.org
Subject:   Re: Disk Cloning
Message-ID:  <d36406630909281707k5c2e9cb6id46400594643cf7@mail.gmail.com>
In-Reply-To: <20090928213703.ecf59a9d.freebsd@edvax.de>
References:  <20090928011444.29110022@chris.makeworld.com> <20090928213703.ecf59a9d.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
2009/9/28 Polytropon <freebsd@edvax.de>

> On Mon, 28 Sep 2009 01:14:44 -0500, Chris <racerx@makeworld.com> wrote:
> > Please suggest a cloning method comparable to Clonezilla.
>
> For FreeBSD, I'd tend to use dump + restore, because that's
> their main purpose.
>
>
>
> > Clonezilla does a nice job with OS's other than *BSD (It uses dd (iirc))
> > and that takes forever (at least when cloning - have not tried a
> > restore).
>
> You haven't tried restoring? You should, it's worth it, because
> what's the value of a backup that cannot be restored? :-)
>
>
>
> > Some specs I'm using to compare: A typical restore/save currently with
> > other OS's using CloneZ takes about 12 minutes with a simple boot from
> > CD.
> >
> > The restored/imaged drive is 400 meg sata.
>
> Well, dump + restore isn't known for ultimate performance, but
> its results are good; dd, on the other hand, is another possible
> way to go. The advantage of dd is that it can be used with any
> filesystem.
>
>
> --
> Polytropon
> Magdeburg, Germany
> Happy FreeBSD user since 4.0
> Andra moi ennepe, Mousa, ...
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@freebsd.org"
>

If your going to do all the partitoning manually its not to much more work
to newfs them as well. You can then use rsync which is fast. Make sure you
use good flags though, the following should do the job

rsync -aPH --numeric-ids



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d36406630909281707k5c2e9cb6id46400594643cf7>