From owner-freebsd-questions@FreeBSD.ORG Thu May 24 00:21:24 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3CFBA16A400 for ; Thu, 24 May 2007 00:21:24 +0000 (UTC) (envelope-from hg@queue.to) Received: from pickle.queue.to (pickle.queue.to [71.180.69.18]) by mx1.freebsd.org (Postfix) with ESMTP id DD0D913C45B for ; Thu, 24 May 2007 00:21:23 +0000 (UTC) (envelope-from hg@queue.to) Received: (qmail 63104 invoked from network); 23 May 2007 20:21:22 -0400 Received: from cally.queue.to (172.16.0.6) by pickle.queue.to with ESMTP; 23 May 2007 20:21:22 -0400 Message-ID: <4654DA82.7040202@queue.to> Date: Wed, 23 May 2007 20:21:22 -0400 From: Howard Goldstein User-Agent: Thunderbird 2.0.0.0 (X11/20070509) MIME-Version: 1.0 To: jason+lists.freebsd-questions@lixfeld.ca References: <28E0DBBA-BB24-4D6B-AE65-07EB5254025C@lixfeld.ca> In-Reply-To: <28E0DBBA-BB24-4D6B-AE65-07EB5254025C@lixfeld.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Backup advice 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: Thu, 24 May 2007 00:21:24 -0000 Jason Lixfeld wrote: > - Other folks dumping to a hard drive at night? Care to share any of > your experiences/rationale? Not with dump/restore. After using amanda and a tape drive for eons I'm now happy with a bacula solution to backup 2 freebsds and a windows machine. It does incrementals except on Saturday night when it alternates between a differential (sort of a mass incremental from the last full) and a full backup to a cheap IDE drive. Every Sunday I copy the IDE drive to a USB drive and take it offsite and bring back another one. After restoring from scratch - power supply frying the entire RAID array on my desktop -STABLE machine - I think the advantages of dump are certainly there but for my apps, where I don't have any huge sparse files or a lot of hard links other than whatever gets installed with a fresh install (if anything) to worry about - they're outweighed by the convenience of bacula where I can go back to a point in time. YMMV...