Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2009 08:17:48 +0200
From:      Mel Flynn <mel.flynn+fbsd.current@mailing.thruhere.net>
To:        freebsd-current@freebsd.org
Cc:        Tim Kientzle <kientzle@freebsd.org>
Subject:   Re: buildworld fails.
Message-ID:  <200904180817.49926.mel.flynn%2Bfbsd.current@mailing.thruhere.net>
In-Reply-To: <49E8DB50.2060606@freebsd.org>
References:  <57200BF94E69E54880C9BB1AF714BBCB5DE72E@w2003s01.double-l.local> <200904172107.15616.mel.flynn%2Bfbsd.current@mailing.thruhere.net> <49E8DB50.2060606@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 17 April 2009 21:41:04 Tim Kientzle wrote:

> Of course, libarchive's mtree support is mostly for
> developers to use in building new tools that use
> mtree format in innovative ways.  Exposing it through
> tar is primarily to make it easier to test.

Hmm. Or tar could store the mtree file as the first file and we'd have a table 
of contents for a streaming format, if tar -c can take an mtree file and a 
prefix as input. Especially useful when tarring a small amount of large files, 
since -t would still have to through the entire file to list the entries.
And you can then extract only the mtree file and compare it to you live system 
to figure out what's been meddled with.

I like the possibilities, thanks for your work on it!
-- 
Mel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904180817.49926.mel.flynn%2Bfbsd.current>