TODO 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Suggestions for improving GNU tar.
  2. * <[email protected]>
  3. * Incorporate fixes from major distributions, e.g., Debian GNU/Linux.
  4. * Add support for restoring file time stamps to sub-second resolution,
  5. if the file system supports this.
  6. * Add support for restoring the attributes of symbolic links, for
  7. OSes like FreeBSD that have the lutimes and lchmod functions.
  8. * --append should bail out if the two archives are of different types.
  9. * Add support for a 'pax' command that conforms to POSIX 1003.1-2001.
  10. This would unify paxutils with tar.
  11. * Interoperate better with Joerg Schilling's star implementation.
  12. * Add an option to remove files that compare successfully.
  13. From: Roesinger Eric <[email protected]>
  14. Date: Sat, 28 Jul 2001 18:43:43 -0500
  15. It would be useful to be able to use '--remove-files' with '--diff',
  16. to remove all files that compare successfully, when verifying a backup.
  17. * Add tests for the new functonality.
  18. * Consider this:
  19. From: Dennis Pund
  20. Subject: TAR suggestion...
  21. Date: Wed, 1 May 2002 18:26:36 -0500 (EST)
  22. What I would like to do is:
  23. foo my.tar.gz | tar -xzOf - | tar -cMf - -L 650000 - | bar
  24. where 'foo' is a program that retrieves the archive and streams it
  25. to stdout and bar is a program that streams the stdin to CDR.
  26. (http://mail.gnu.org/archive/html/bug-gnu-utils/2002-05/msg00022.html)
  27. * Copyright notice
  28. Copyright 2003-2023 Free Software Foundation, Inc.
  29. This file is part of GNU tar.
  30. GNU tar is free software; you can redistribute it and/or modify
  31. it under the terms of the GNU General Public License as published by
  32. the Free Software Foundation; either version 3 of the License, or
  33. (at your option) any later version.
  34. GNU tar is distributed in the hope that it will be useful,
  35. but WITHOUT ANY WARRANTY; without even the implied warranty of
  36. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  37. GNU General Public License for more details.
  38. You should have received a copy of the GNU General Public License
  39. along with this program. If not, see <http://www.gnu.org/licenses/>.
  40. Local variables:
  41. mode: outline
  42. paragraph-separate: "[ ]*$"
  43. end: