TODO 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Suggestions for improving GNU tar.
  2. * Incorporate fixes from major distributions, e.g., Debian GNU/Linux.
  3. * --append should bail out if the two archives are of different types.
  4. * Add support for GNU private keywords in POSIX 1003.1-2001 headers,
  5. so that the GNU extensions (--incremental, --label and
  6. --multi-volume) may be used with POSIX archives.
  7. * Add support for a 'pax' command that conforms to POSIX 1003.1-2001.
  8. This would unify paxutils with tar.
  9. * Remove command-line incompatibilities between GNU tar and UNIX tar
  10. as specified by UNIX98. The main problem is:
  11. l GNU tar doesn't cross filesystem boundaries.
  12. UNIX98 tar warns if all links cannot be resolved.
  13. (GNU tar --check-links option)
  14. Perhaps we could announce a phase-in period where "l" changes in semantics.
  15. In the meanwhile we could make the "l" semantics to be determined by the
  16. value of POSIXLY_CORRECT variable.
  17. * Interoperate better with Joerg Schilling's star implementation.
  18. * Add an option to remove files that compare successfully.
  19. From: Roesinger Eric <[email protected]>
  20. Date: Sat, 28 Jul 2001 18:43:43 -0500
  21. It would be useful to be able to use '--remove-files' with '--diff',
  22. to remove all files that compare successfully, when verifying a backup.
  23. * Add tests for testing the added functonality.
  24. * Consider this:
  25. From: Dennis Pund
  26. Subject: TAR suggestion...
  27. Date: Wed, 1 May 2002 18:26:36 -0500 (EST)
  28. What I would like to do is:
  29. foo my.tar.gz | tar -xzOf - | tar -cMf - -L 650000 - | bar
  30. where 'foo' is a program that retrieves the archive and streams it
  31. to stdout and bar is a program that streams the stdin to CDR.
  32. (http://mail.gnu.org/archive/html/bug-gnu-utils/2002-05/msg00022.html)
  33. * Copyright notice
  34. Copyright (C) 2003 Free Software Foundation, Inc.
  35. This file is part of GNU tar.
  36. GNU tar is free software; you can redistribute it and/or modify
  37. it under the terms of the GNU General Public License as published by
  38. the Free Software Foundation; either version 2, or (at your option)
  39. any later version.
  40. GNU tar is distributed in the hope that it will be useful,
  41. but WITHOUT ANY WARRANTY; without even the implied warranty of
  42. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  43. GNU General Public License for more details.
  44. You should have received a copy of the GNU General Public License
  45. along with tar; see the file COPYING. If not, write to
  46. the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  47. Boston, MA 02111-1307, USA.
  48. Local variables:
  49. mode: outline
  50. paragraph-separate: "[ ]*$"
  51. end: