TODO 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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-2004, 2007, 2013-2014, 2016 Free Software Foundation,
  29. Inc.
  30. This file is part of GNU tar.
  31. GNU tar is free software; you can redistribute it and/or modify
  32. it under the terms of the GNU General Public License as published by
  33. the Free Software Foundation; either version 3 of the License, or
  34. (at your option) any later version.
  35. GNU tar is distributed in the hope that it will be useful,
  36. but WITHOUT ANY WARRANTY; without even the implied warranty of
  37. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  38. GNU General Public License for more details.
  39. You should have received a copy of the GNU General Public License
  40. along with this program. If not, see <http://www.gnu.org/licenses/>.
  41. Local variables:
  42. mode: outline
  43. paragraph-separate: "[ ]*$"
  44. end: