]> 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 * --append should bail out if the two archives are of different types.
6
7 * Add support for GNU private keywords in POSIX 1003.1-2001 headers,
8 so that the GNU extensions (--incremental, --label and
9 --multi-volume) may be used with POSIX archives.
10
11 * Add support for a 'pax' command that conforms to POSIX 1003.1-2001.
12 This would unify paxutils with tar.
13
14 * Remove command-line incompatibilities between GNU tar and UNIX tar
15 as specified by UNIX98. The main problem is:
16
17 l GNU tar doesn't cross filesystem boundaries.
18 UNIX98 tar warns if all links cannot be resolved.
19 (GNU tar --check-links option)
20
21 Currently tar prints a warning when this option is used. Somewhere
22 in the future its semantics will be changed to that of --check-links.
23 In the meanwhile we should announce a phase-in period where "l"
24 changes in semantics.
25
26 * Interoperate better with Joerg Schilling's star implementation.
27
28 * Add an option to remove files that compare successfully.
29
30 From: Roesinger Eric <ROESINGE@tce.com>
31 Date: Sat, 28 Jul 2001 18:43:43 -0500
32
33 It would be useful to be able to use '--remove-files' with '--diff',
34 to remove all files that compare successfully, when verifying a backup.
35
36 * Add tests for testing the added functonality.
37
38 * Consider this:
39
40 From: Dennis Pund
41 Subject: TAR suggestion...
42 Date: Wed, 1 May 2002 18:26:36 -0500 (EST)
43
44 What I would like to do is:
45
46 foo my.tar.gz | tar -xzOf - | tar -cMf - -L 650000 - | bar
47
48 where 'foo' is a program that retrieves the archive and streams it
49 to stdout and bar is a program that streams the stdin to CDR.
50
51 (http://mail.gnu.org/archive/html/bug-gnu-utils/2002-05/msg00022.html)
52
53 \f
54 * Copyright notice
55
56 Copyright (C) 2003, 2004 Free Software Foundation, Inc.
57
58 This file is part of GNU tar.
59
60 GNU tar is free software; you can redistribute it and/or modify
61 it under the terms of the GNU General Public License as published by
62 the Free Software Foundation; either version 2, or (at your option)
63 any later version.
64
65 GNU tar is distributed in the hope that it will be useful,
66 but WITHOUT ANY WARRANTY; without even the implied warranty of
67 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
68 GNU General Public License for more details.
69
70 You should have received a copy of the GNU General Public License
71 along with tar; see the file COPYING. If not, write to
72 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
73 Boston, MA 02111-1307, USA.
74
75 \f
76 Local variables:
77 mode: outline
78 paragraph-separate: "[ \f]*$"
79 end:
This page took 0.041924 seconds and 5 git commands to generate.