From owner-freebsd-questions@FreeBSD.ORG Mon Oct 23 17:42:37 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 DFA8916A49E for ; Mon, 23 Oct 2006 17:42:37 +0000 (UTC) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB19243D7D for ; Mon, 23 Oct 2006 17:42:33 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (localhost [127.0.0.1]) by chylonia.3miasto.net (8.13.4/8.13.4) with ESMTP id k9NHgS1T096256; Mon, 23 Oct 2006 19:42:28 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost) by chylonia.3miasto.net (8.13.4/8.13.4/Submit) with ESMTP id k9NHgSQX096253; Mon, 23 Oct 2006 19:42:28 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Mon, 23 Oct 2006 19:42:28 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: Jerry McAllister In-Reply-To: <20061023150801.GD78729@gizmo.acns.msu.edu> Message-ID: <20061023194154.P96174@chylonia.3miasto.net> References: <1b6a9c1b5cb2.1b5cb21b6a9c@reyrey.net> <80f4f2b20610221232m192b7d3di7b0ccefce22cd57f@mail.gmail.com> <20061023150801.GD78729@gizmo.acns.msu.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Jim Stapleton , freebsd-questions@freebsd.org Subject: Re: Backing up SOHO server 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: Mon, 23 Oct 2006 17:42:38 -0000 >> Hmm, not familiar with "dump" or "restore", but what I would suggest, >> is when you can get some down time, boot from a live cd, and using a >> dd/bzip2/split combo (or any other method of your choice), make a >> backup image of the drive as well, If you get a new drive with the >> same size/etc, it'll massively speed up the reinstall phase. When you >> recover, all you need is cat/bunzip2/dd to do the restore. It's quite >> a bit faster than a reinstall, especially if you compile your own apps >> - it saved me a lot of time when my notebook died. > > Really, using dump/restore is a much better method. > Stick with it. > old tools is usually the best tools.