TODO 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. Currently tar prints a warning when this option is used. Sometime
  15. in the future its semantics will be changed to that of --check-links.
  16. In the meanwhile we should announce a phase-in period where "l"
  17. changes in semantics.
  18. * Interoperate better with Joerg Schilling's star implementation.
  19. * Add an option to remove files that compare successfully.
  20. From: Roesinger Eric <ROESINGE@tce.com>
  21. Date: Sat, 28 Jul 2001 18:43:43 -0500
  22. It would be useful to be able to use '--remove-files' with '--diff',
  23. to remove all files that compare successfully, when verifying a backup.
  24. * Add tests for the new functonality.
  25. * Consider this:
  26. From: Dennis Pund
  27. Subject: TAR suggestion...
  28. Date: Wed, 1 May 2002 18:26:36 -0500 (EST)
  29. What I would like to do is:
  30. foo my.tar.gz | tar -xzOf - | tar -cMf - -L 650000 - | bar
  31. where 'foo' is a program that retrieves the archive and streams it
  32. to stdout and bar is a program that streams the stdin to CDR.
  33. (http://mail.gnu.org/archive/html/bug-gnu-utils/2002-05/msg00022.html)
  34. * Copyright notice
  35. Copyright (C) 2003, 2004 Free Software Foundation, Inc.
  36. This file is part of GNU tar.
  37. GNU tar is free software; you can redistribute it and/or modify
  38. it under the terms of the GNU General Public License as published by
  39. the Free Software Foundation; either version 2, or (at your option)
  40. any later version.
  41. GNU tar is distributed in the hope that it will be useful,
  42. but WITHOUT ANY WARRANTY; without even the implied warranty of
  43. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  44. GNU General Public License for more details.
  45. You should have received a copy of the GNU General Public License
  46. along with tar; see the file COPYING. If not, write to
  47. the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  48. Boston, MA 02111-1307, USA.
  49. Local variables:
  50. mode: outline
  51. paragraph-separate: "[ ]*$"
  52. end: