From owner-freebsd-questions@FreeBSD.ORG Sun Jul 10 22:43:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A946216A41F for ; Sun, 10 Jul 2005 22:43:49 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23EE643D48 for ; Sun, 10 Jul 2005 22:43:48 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out5.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Sun, 10 Jul 2005 23:44:31 +0100 Message-ID: <42D1A4A3.3080806@dial.pipex.com> Date: Sun, 10 Jul 2005 23:43:47 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.8) Gecko/20050530 X-Accept-Language: en, en-us, pl MIME-Version: 1.0 To: Phusion References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Jul 2005 22:44:31.0619 (UTC) FILETIME=[EFE8A530:01C585A0] Cc: freebsd-questions@freebsd.org Subject: Re: Make Image of Hard Drive 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: Sun, 10 Jul 2005 22:43:49 -0000 Phusion wrote: >I recently built a FreeBSD server, and was wondering how I can make an >image of the hard drive. I am going to build an another FeeBSD server >using identical hardware. How can I make an image of the hard drive of >the original server I built and copy/install it to the new server? >Each server has a 6.4 GB hard drive. Is there a way I can create an >image then install via the network to a new server in the future if >need be? Let me know. > > You could make compressed dumps and store them somewhere. Not sure, off hand, how you'd turn that into a network install though. If you can boot the remote server from the network, then you could easily restore onto the disk, since it wouldn't be being used. You'd have to slice it correctly first. --Alex