From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 20:29:45 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 1462916A41F for ; Fri, 23 Dec 2005 20:29:45 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9C3B43D66 for ; Fri, 23 Dec 2005 20:29:43 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 9617 invoked from network); 23 Dec 2005 20:29:43 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Dec 2005 20:29:43 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 170CF28423; Fri, 23 Dec 2005 15:29:42 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Joe Wood" References: <43ac46b2.4bf45e95.738e.3216@mx.gmail.com> From: Lowell Gilbert Date: 23 Dec 2005 15:29:41 -0500 In-Reply-To: <43ac46b2.4bf45e95.738e.3216@mx.gmail.com> Message-ID: <44oe37mua2.fsf@be-well.ilk.org> Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Quick, simple backup solution 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, 23 Dec 2005 20:29:45 -0000 "Joe Wood" writes: > I am looking for a quick backup solution for my freebsd machine. Currently I > backup to a DDS-4 DAT drive using the following while in "/": > > > > tar -cf /dev/sa0 -I /root/includes -X /root/excludes . > > > > I am aware of bacula, Amanda, cpio, and dump but to me tar is the ideal > method so if anyone had a simple script to automate this process I would > greatly appreciate some help in making my own. Since we have no idea *why* you consider tar ideal, we can't really tell what would help your particular needs. On my page of FreeBSD tricks (http://be-well.ilk.org/~lowell/systuff/), I have a brief essay on what to consider when designing a backup strategy (http://be-well.ilk.org/~lowell/systuff/backup-strategy.txt), as well as some script I use for backups via both tar and dump (http://be-well.ilk.org/~lowell/systuff/scripts/systemTarBackup and http://be-well.ilk.org/~lowell/systuff/scripts/systemDumpBackup). Make what you can out of these hints. Be well. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/