1 Suggestions for improving GNU tar.
3 * Incorporate fixes from major distributions, e.g., Debian GNU/Linux.
5 * Add support for restoring file time stamps to sub-second resolution,
6 if the file system supports this.
8 * Add support for restoring the attributes of symbolic links, for
9 OSes like FreeBSD that have the lutimes and lchmod functions.
11 * --append should bail out if the two archives are of different types.
13 * Add support for GNU private keywords in POSIX 1003.1-2001 headers,
14 so that the GNU extensions (--incremental, --label and
15 --multi-volume) may be used with POSIX archives.
17 * Add support for a 'pax' command that conforms to POSIX 1003.1-2001.
18 This would unify paxutils with tar.
20 * Interoperate better with Joerg Schilling's star implementation.
22 * Add an option to remove files that compare successfully.
24 From: Roesinger Eric <ROESINGE@tce.com>
25 Date: Sat, 28 Jul 2001 18:43:43 -0500
27 It would be useful to be able to use '--remove-files' with '--diff',
28 to remove all files that compare successfully, when verifying a backup.
30 * Add tests for the new functonality.
35 Subject: TAR suggestion...
36 Date: Wed, 1 May 2002 18:26:36 -0500 (EST)
38 What I would like to do is:
40 foo my.tar.gz | tar -xzOf - | tar -cMf - -L 650000 - | bar
42 where 'foo' is a program that retrieves the archive and streams it
43 to stdout and bar is a program that streams the stdin to CDR.
45 (http://mail.gnu.org/archive/html/bug-gnu-utils/2002-05/msg00022.html)
50 Copyright (C) 2003, 2004 Free Software Foundation, Inc.
52 This file is part of GNU tar.
54 GNU tar is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
56 the Free Software Foundation; either version 2, or (at your option)
59 GNU tar is distributed in the hope that it will be useful,
60 but WITHOUT ANY WARRANTY; without even the implied warranty of
61 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
62 GNU General Public License for more details.
64 You should have received a copy of the GNU General Public License
65 along with tar; see the file COPYING. If not, write to
66 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
67 Boston, MA 02110-1301, USA.
72 paragraph-separate: "[
\f]*$"