Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2003 14:20:57 -0800
From:      Tim Kientzle <kientzle@acm.org>
To:        joe mcguckin <joe@via.net>
Cc:        FreeBSD <freebsd-current@freebsd.org>
Subject:   Re: backing up ACLs
Message-ID:  <3FF0A8C9.3060804@acm.org>
In-Reply-To: <BC15E2AE.4F6AF%joe@via.net>
References:  <BC15E2AE.4F6AF%joe@via.net>

next in thread | previous in thread | raw e-mail | index | archive | help
 >>That said, however, if you're used to crufty old BSD tar
 >>or crufty new GNU tar, you might be surprised at what a
 >>good modern tar implementation can do.

joe mcguckin wrote:
> Will a 'modern' tar allow me to interactively  browse through the save-set
> and arbitrarily select files to be restored?

If you're willing to read the entire archive to build
the list, then there are several third-party shells
that provide this capability, complete with comfortable
point-and-click interfaces.

If you're not, then the implementations I'm familiar
with do not write a contents entry at the beginning
of the archive, so cannot easily provide this
capability.

However, the current "pax interchange format" introduced
by POSIX.1-2001 (supported by 'star' and libarchive, but not
supported by GNU tar) is designed to be easily extended, so
it wouldn't be at all difficult to add this capability.

Hmmmm....  I'll add that to my wish list for bsdtar.
Thanks for the idea,

Tim Kientzle



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