From owner-freebsd-isp@FreeBSD.ORG Thu Nov 17 04:12:51 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AEEF16A41F for ; Thu, 17 Nov 2005 04:12:51 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id C843843D45 for ; Thu, 17 Nov 2005 04:12:50 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so1230042wxc for ; Wed, 16 Nov 2005 20:12:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=X72Y75EFCp1pz1M91ZHPTrS6QGSTtVLX7acldgGl9+pyXouWBNkWLV2Lz5x3RS1b8bfDqwmvEtnhkKevg28FZoDhOjM8yILJfbWB7g54bPwtl0K8jB+J0lM2lRRVSnNzr37jtUZc1eMckySVFooX0cZ8cKA4zK+RhAWLjEPG8Uo= Received: by 10.70.63.5 with SMTP id l5mr4547302wxa; Wed, 16 Nov 2005 20:06:11 -0800 (PST) Received: by 10.70.91.17 with HTTP; Wed, 16 Nov 2005 20:06:11 -0800 (PST) Message-ID: <57416b300511162006m4cfe53f8n6dc2bccb877a5567@mail.gmail.com> Date: Thu, 17 Nov 2005 15:06:11 +1100 From: Peter Clutton To: "mike@lanline.com" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-isp@freebsd.org Subject: Re: Backup solutions X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2005 04:12:51 -0000 On 11/17/05, mike@lanline.com wrote: > > Hi all, > > I'm looking into several backup options for my site. We have a > mixed (BSDI/FreeBSD/Linux) environment. We recently got a 2TB server and > I was wondering what the general consensus was on backups. I was either > considering writing some custom scripts to just tar, zip, and dump data FWIW, i have read that by far the best is dump, because of the way it deals with the raw data. No need to worry bout files with holes in them (with other backup tools, this could mean you may not be able to fit the file system back on after backup, if there are core files etc) I believe i read this in the O'Rielly text Unix Power Tools, but could be wrong. They also referenced an extensive test that was done by someone, and gave the link. I will post it if i find it.