From owner-freebsd-questions@FreeBSD.ORG Fri Oct 6 15:48:05 2006 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 C1E2116A403 for ; Fri, 6 Oct 2006 15:48:05 +0000 (UTC) (envelope-from pgiessel@mac.com) Received: from achilles.leela.ws (achilles.leela.ws [66.207.162.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 749E943D53 for ; Fri, 6 Oct 2006 15:48:05 +0000 (GMT) (envelope-from pgiessel@mac.com) Received: from [192.168.0.193] ([158.145.111.132]) (authenticated bits=0) by achilles.leela.ws (8.13.6/8.13.6) with ESMTP id k96FlvvR031896 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 6 Oct 2006 07:48:02 -0800 (AKDT) (envelope-from pgiessel@mac.com) Message-ID: <45267AAD.5040905@mac.com> Date: Fri, 06 Oct 2006 07:47:57 -0800 From: "Peter A. Giessel" User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: Grant Peel References: <038b01c6e94c$37144760$6401a8c0@grant> In-Reply-To: <038b01c6e94c$37144760$6401a8c0@grant> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freeBSD Subject: Re: Disaster recovery. 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: Fri, 06 Oct 2006 15:48:05 -0000 On 2006/10/06 5:34, Grant Peel seems to have typed: > so the question is ... if I have the dumps on one machine, and I just > installed a new hard drive on another, in a nutshell, what are the steps to > restore the failed server. Can I use the FreeBSD 'live' filesystem? Is ther > a step by step (that I have not found) in the handbook somewhere? Honestly, the man pages are your friend in these situations, especially the restore man page: http://www.freebsd.org/cgi/man.cgi?query=restore&apropos=0&sektion=0&manpath=FreeBSD+6.1-RELEASE&format=html See the "-r" flag especially, which includes a brief example. If you are restoring from another machine, things get a bit more interesting though, which is why I always like to keep around a Freesbie disk. http://www.freesbie.org/ Its nice to have a full OS on a CD available for use.