X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=TODO;h=e756ff3d64ad001817f444afd7a76f25e652b0d8;hb=c92c357a6277d7316fa688538991d25299f7b430;hp=ce43a5ce29137ba2916b5b44ac94166ba62aea01;hpb=0ba3b75ad47cc3bcdecd00a103ee97322775217c;p=chaz%2Ftar diff --git a/TODO b/TODO index ce43a5c..e756ff3 100644 --- a/TODO +++ b/TODO @@ -2,10 +2,9 @@ Suggestions for improving GNU tar. * Incorporate fixes from major distributions, e.g., Debian GNU/Linux. -* Fix tar so that it can read and write POSIX.1-1990 tar archives. - -* Add support for POSIX 1003.1-2001 tar archives - (along with technical corrections to the standard since 2001). +* Add support for GNU private keywords in POSIX 1003.1-2001 headers, +so that the GNU extensions (--sparse, --incremental, --label and +--multi-volume) may be used with POSIX archives. * Add support for a 'pax' command that conforms to POSIX 1003.1-2001. This would unify paxutils with tar. @@ -31,6 +30,26 @@ Suggestions for improving GNU tar. It would be useful to be able to use '--remove-files' with '--diff', to remove all files that compare successfully, when verifying a backup. +* Add an option to cut away the first N output path elements: + + From: Marc Haber + Date: Tue, 26 Aug 2003 08:55:31 +0200 + + some archives have members like + foo/bar + foo/baz + foo/bam + + When I now want to extract the three members bar, baz and bam to the + directory fom instead foo, I need to extract to foo and then to move + the files over manually. + + patch(1) solves that problem by offering an option taking the number + of path elements to cut away before using the path name. With an + option like that, the above problem could be solved with + + tar --extract --cut-path-elements 1 --directory fom + * Copyright notice