From owner-freebsd-questions@FreeBSD.ORG Sun Jul 10 22:30:06 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 6079016A41C for ; Sun, 10 Jul 2005 22:30:06 +0000 (GMT) (envelope-from phusion2k@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id F261A43D45 for ; Sun, 10 Jul 2005 22:30:05 +0000 (GMT) (envelope-from phusion2k@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so681086rng for ; Sun, 10 Jul 2005 15:30:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=caC8S5FZr84EnCj3NJR5+R9puiC6u3AohDA4EMBgh8w1w9HLrEFeRKx+FEGHGFw4p1OA2hRPx8PuYIc1TvO3g/b36IkBVsj6q+ZKDUOgZbDHjo3ulacPARBwzpRAv2fB1PYejeXa0bumoXbKbw1CzvSonAmRg5cnNYiuS98FVJY= Received: by 10.11.120.64 with SMTP id s64mr35036cwc; Sun, 10 Jul 2005 15:30:05 -0700 (PDT) Received: by 10.11.100.43 with HTTP; Sun, 10 Jul 2005 15:30:05 -0700 (PDT) Message-ID: Date: Sun, 10 Jul 2005 17:30:05 -0500 From: Phusion To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Make Image of Hard Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Phusion List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 22:30:06 -0000 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.