From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 18:49:39 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 4556116A424 for ; Fri, 23 Dec 2005 18:49:38 +0000 (GMT) (envelope-from dot.sn1tch@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FACF43D45 for ; Fri, 23 Dec 2005 18:49:27 +0000 (GMT) (envelope-from dot.sn1tch@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so480481wxc for ; Fri, 23 Dec 2005 10:49:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:mime-version:content-type:x-mailer:thread-index:x-mimeole:message-id; b=HrzrbsNhA0MCnTq8+Q7tQrUU7VJX8X9ee5kVzfcjSEzxC4yVm5XAko2yvk0nHdqzFRNjBf+CN80PZ6BI+m7D+s27ZCBB0shsk+CSBEs6PcyA0Zx8IRczQhRnjHCcLlY2VaXGwngDU+mjE4h2FLu7cPtxXNO6Bm06Pf/d7rN5MW4= Received: by 10.70.104.3 with SMTP id b3mr3590727wxc; Fri, 23 Dec 2005 10:49:26 -0800 (PST) Received: from adm009 ( [67.141.186.34]) by mx.gmail.com with ESMTP id h36sm5098611wxd.2005.12.23.10.49.22; Fri, 23 Dec 2005 10:49:22 -0800 (PST) From: "Joe Wood" To: Date: Fri, 23 Dec 2005 13:49:21 -0500 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcYH8ZZhhdDkFCFaQ8WlmXK8puwbZA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-ID: <43ac46b2.4bf45e95.738e.3216@mx.gmail.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 18:49:39 -0000 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. Thanks again, you guys are great!! Joe