4
0

TODO 2.3 KB

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