From owner-freebsd-questions@FreeBSD.ORG Tue Oct 14 11:25:05 2003 Return-Path: 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 109C616A4B3 for ; Tue, 14 Oct 2003 11:25:05 -0700 (PDT) Received: from mailgate.sri.com (mailgate.SRI.COM [128.18.243.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 0393243FCB for ; Tue, 14 Oct 2003 11:25:01 -0700 (PDT) (envelope-from hogsett@csl.sri.com) Received: (qmail 13351 invoked from network); 14 Oct 2003 18:24:11 -0000 Received: from localhost (HELO mailgate.SRI.COM) (127.0.0.1) by mailgate.sri.com with SMTP; 14 Oct 2003 18:24:11 -0000 Received: from quarter.csl.sri.com ([130.107.1.30]) by mailgate.SRI.COM (SAVSMTP 3.1.0.29) with SMTP id M2003101411241017782 ; Tue, 14 Oct 2003 11:24:10 -0700 Received: from beast.csl.sri.com (beast.csl.sri.com [130.107.2.57]) by quarter.csl.sri.com (8.12.9/8.12.9) with ESMTP id h9EIOABk024964; Tue, 14 Oct 2003 11:24:10 -0700 Message-Id: <200310141824.h9EIOABk024964@quarter.csl.sri.com> To: Pat Lashley In-Reply-To: Your message of "Tue, 14 Oct 2003 11:10:05 PDT." <1229145408.1066155005@mccaffrey.phoenix.volant.org> Mime-Version: 1.0 (generated by tm-edit 8.8 (Time Passed Me By)) Content-Type: text/plain; charset=US-ASCII Date: Tue, 14 Oct 2003 11:24:10 -0700 From: Mike Hogsett cc: Mike Hogsett cc: Rick Duvall cc: freebsd-questions@freebsd.org Subject: Re: Amanda or Bacula X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2003 18:25:05 -0000 > The AMANDA docs suggest handling this situation by splitting the > partition up into multiple tar dumps; each of which will fit on the > tape. (I'm currently in the process of tweaking my configs to try this > for one of my partitions.) That can work, but I dont like using tar in place of dump. Dump's incremental backup handling is better. I handle this by limiting a maximum size of a partition to no larger than a tape's raw (e.g. uncompressed) capacity.