From owner-freebsd-current@FreeBSD.ORG Fri Apr 23 23:31:49 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E2E016A4CE; Fri, 23 Apr 2004 23:31:49 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8430E43D31; Fri, 23 Apr 2004 23:31:48 -0700 (PDT) (envelope-from kientzle@freebsd.org) Received: from freebsd.org (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i3O6Vm90092939; Fri, 23 Apr 2004 23:31:48 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <408A09D1.2090007@freebsd.org> Date: Fri, 23 Apr 2004 23:31:45 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Don Lewis References: <200404240540.i3O5eA7E053079@gw.catspoiler.org> In-Reply-To: <200404240540.i3O5eA7E053079@gw.catspoiler.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: Testing Tar (was Re: bad news for bsdtar..) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2004 06:31:49 -0000 Don Lewis wrote: > On 23 Apr, Tim Kientzle wrote: >>Bruce Evans wrote: >> >>>At least the -current version of tar skips reading the >>>data when it is writing to /dev/null. >> >>I wonder why it does that? > > This speeds up Amanda quite a bit. Amanda will run tar with the > --totals option ... to plan the best mixture of full and incremental > backups. Hmmm... How accurate does such information need to be? Getting accurate estimates out of bsdtar could be tricky. (Either bsdtar needs to know a lot more about archive formats than it does right now, or libarchive needs to have a way to export this kind of information.) Tim