]> Dogcows Code - chaz/tar/blob - TODO
Updated
[chaz/tar] / TODO
1 Suggestions for improving GNU tar.
2
3 * Incorporate fixes from major distributions, e.g., Debian GNU/Linux.
4
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.
8
9 * Add support for a 'pax' command that conforms to POSIX 1003.1-2001.
10 This would unify paxutils with tar.
11
12 * Remove command-line incompatibilities between GNU tar and UNIX tar
13 as specified by UNIX98. The main problem is:
14
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)
18
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.
22
23 * Interoperate better with Joerg Schilling's star implementation.
24
25 * Add an option to remove files that compare successfully.
26
27 From: Roesinger Eric <ROESINGE@tce.com>
28 Date: Sat, 28 Jul 2001 18:43:43 -0500
29
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.
32
33 * Add tests for testing the added functonality.
34
35 * Revise the --sparse option functionality.
36
37 \f
38 * Copyright notice
39
40 Copyright (C) 2003 Free Software Foundation, Inc.
41
42 This file is part of GNU tar.
43
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)
47 any later version.
48
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.
53
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.
58
59 \f
60 Local variables:
61 mode: outline
62 paragraph-separate: "[ \f]*$"
63 end:
This page took 0.035327 seconds and 5 git commands to generate.