1 Suggestions for improving GNU tar.
3 * Incorporate fixes from major distributions, e.g., Debian GNU/Linux.
5 * Add support for GNU private keywords in POSIX 1003.1-2001 headers,
6 so that the GNU extensions (--sparse, --incremental, --label and
7 --multi-volume) may be used with POSIX archives.
9 * Add support for a 'pax' command that conforms to POSIX 1003.1-2001.
10 This would unify paxutils with tar.
12 * Remove command-line incompatibilities between GNU tar and UNIX tar
13 as specified by UNIX98. The main problem is:
15 l GNU tar doesn't cross filesystem boundaries.
16 UNIX98 tar warns if all links cannot be resolved.
17 (GNU tar --check-links option)
19 Perhaps we could announce a phase-in period where "l" changes in semantics.
20 In the meanwhile we could make the "l" semantics to be determined by the
21 value of POSIXLY_CORRECT variable.
23 * Interoperate better with Joerg Schilling's star implementation.
25 * Add an option to remove files that compare successfully.
27 From: Roesinger Eric <ROESINGE@tce.com>
28 Date: Sat, 28 Jul 2001 18:43:43 -0500
30 It would be useful to be able to use '--remove-files' with '--diff',
31 to remove all files that compare successfully, when verifying a backup.
33 * Add tests for testing the added functonality.
35 * Revise the --sparse option functionality.
40 Copyright (C) 2003 Free Software Foundation, Inc.
42 This file is part of GNU tar.
44 GNU tar is free software; you can redistribute it and/or modify
45 it under the terms of the GNU General Public License as published by
46 the Free Software Foundation; either version 2, or (at your option)
49 GNU tar is distributed in the hope that it will be useful,
50 but WITHOUT ANY WARRANTY; without even the implied warranty of
51 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
52 GNU General Public License for more details.
54 You should have received a copy of the GNU General Public License
55 along with tar; see the file COPYING. If not, write to
56 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
57 Boston, MA 02111-1307, USA.
62 paragraph-separate: "[
\f]*$"