TODO 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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 (C) 2003, 2004, 2007 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, or (at your option)
  33. 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 tar; see the file COPYING. If not, write to
  40. the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  41. Boston, MA 02110-1301, USA.
  42. Local variables:
  43. mode: outline
  44. paragraph-separate: "[ ]*$"
  45. end: