Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 2004 22:40:10 -0700 (PDT)
From:      Don Lewis <truckman@FreeBSD.org>
To:        kientzle@FreeBSD.org
Cc:        julian@elischer.org
Subject:   Re: Testing Tar (was Re: bad news for bsdtar..)
Message-ID:  <200404240540.i3O5eA7E053079@gw.catspoiler.org>
In-Reply-To: <4089F79D.6040708@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 23 Apr, Tim Kientzle wrote:
> [Discussion moved to current@]
> 
> Bruce Evans wrote:
>> 
>> At least the -current version of tar skips reading the
>> data when it is writing to /dev/null.
> 
> A-ha!  That explains a few of the odd timings I've seen.
> I wonder why it does that?  (Other than to look good on
> benchmarks, of course. ;-)

This speeds up Amanda quite a bit.  Amanda will run tar with the
--totals option as well as other options to specify either full or
incremental backups multiple times for each file system that it backs
up.  It does this to plan the best mixture of full and incremental
backups.  If tar actually read the data from disk each time, the
planning phase would take a *lot* longer, and would thrash the disk a
lot more.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404240540.i3O5eA7E053079>