From owner-freebsd-hardware@FreeBSD.ORG Wed Apr 23 07:19:24 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F0761065672 for ; Wed, 23 Apr 2008 07:19:24 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from dedihh.fuckner.net (dedihh.fuckner.net [81.209.183.161]) by mx1.freebsd.org (Postfix) with ESMTP id E46A48FC1D for ; Wed, 23 Apr 2008 07:19:23 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from localhost (localhost [127.0.0.1]) by dedihh.fuckner.net (Postfix) with ESMTP id B5C5461DD4; Wed, 23 Apr 2008 09:00:13 +0200 (CEST) X-Virus-Scanned: amavisd-new at fuckner.net Received: from dedihh.fuckner.net ([127.0.0.1]) by localhost (dedihh.fuckner.net [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 516AyMPkZj5s; Wed, 23 Apr 2008 09:00:05 +0200 (CEST) Received: from tkd14.delnet (unknown [85.183.0.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by dedihh.fuckner.net (Postfix) with ESMTPSA id 09D9E61DD1; Wed, 23 Apr 2008 09:00:04 +0200 (CEST) Message-ID: <480EDE77.7060505@fuckner.net> Date: Wed, 23 Apr 2008 09:00:07 +0200 From: Michael Fuckner User-Agent: Thunderbird 2.0.0.12 (X11/20080421) MIME-Version: 1.0 To: chilo References: <359960.91458.qm@web53801.mail.re2.yahoo.com> In-Reply-To: <359960.91458.qm@web53801.mail.re2.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hardware@freebsd.org Subject: Re: Help on Disk Cloning/Ghosting/imaging... X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 07:19:24 -0000 chilo wrote: > How can I reproduce my system to another box with the same > configuration? > Is there a third party software like "Ghost" in Freebsd? if so how to use it? You should take a look at the commands dump and restore (for UFS)- or zfs send/ receive for ZFS. Howto use: http://www.freebsd.org/doc/en/books/handbook/backup-basics.html It is a little bit problematic with HW-Raid. You have to setup HW-Raid on the destination machine and clone to this raidset. Regards, Michael!