directory 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. %%comments:
  2. Copyright 2004-2023 Free Software Foundation, Inc.
  3. Permission is granted to copy, distribute and/or modify this document
  4. under the terms of the GNU Free Documentation License, Version 1.3 or
  5. any later version published by the Free Software Foundation; with no
  6. Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
  7. Texts. For a copy of the license, see <http://www.gnu.org/licenses/>.
  8. %%name: tar
  9. %%short-description: Creates tar archives
  10. %%full-description:
  11. GNU tar is an archiver that creates and handles file archives in various
  12. formats. You can use tar to create file archives, to extract files from
  13. previously created archives, store additional files, or update or list
  14. files which were already stored.
  15. The program saves many files together into a single tape or disk
  16. archive, and can restore individual files from the archive. It
  17. includes multivolume support, the ability to archive sparse files,
  18. automatic archive compression/decompression, remote archives and
  19. special features that allow 'tar' to be used for incremental and full
  20. backups.
  21. The supported archive formats are: V7 tar, GNU, ustar and POSIX (also
  22. known as pax interchange format). GNU tar is also able to read and
  23. extract 'star' archives.
  24. Tar can direct its output to available devices, files, or other
  25. programs (using pipes); tar can even access remote devices or files
  26. (as archives).
  27. %%category: system, backup
  28. %%license: GPL
  29. %%maintainer: Sergey Poznyakoff <[email protected]>,
  30. Jeff Bailey <[email protected]>,
  31. Paul Eggert <[email protected]>
  32. %%updated: 21 Dec 2004
  33. %%keywords: archive, backup, tar, pax
  34. %%interface: Command line
  35. %%programs: tar, rmt
  36. %%GNU: yes
  37. %%web-page: http://www.gnu.org/software/tar
  38. %%doc: English user reference included
  39. %%doc: English user manual in Texinfo, Dvi, Postscript, HTML, Plaintext is available from http://www.gnu.org/software/tar/manual/tar.html
  40. %%developers:
  41. John Gilmore,
  42. Thomas Bushnell,
  43. Paul Eggert <[email protected]>,
  44. Sergey Poznyakoff <[email protected]>
  45. %%contributors: Jay Fenlason,
  46. Joy Kendall,
  47. Francois Pinard <[email protected]>
  48. %%source-tarball: ftp://ftp.gnu.org/pub/gnu/tar/tar-1.15.1.tar.gz
  49. %%source-info: http://savannah.gnu.org/projects/tar
  50. %%repository:
  51. :pserver:[email protected]:/cvsroot/tar login,
  52. :pserver:[email protected]:/cvsroot/tar co tar,
  53. http://savannah.gnu.org/cvs/?group=tar,
  54. http://savannah.gnu.org/cgi-bin/viewcvs/tar/tar,
  55. %%source-language: C
  56. %%related-programs: GNU cpio
  57. %%version: 1.15.1 (stable) released on 21 Dec 2004
  58. %%bug-list: [email protected] [email protected] http://mail.gnu.org/mailman/listinfo/bug-tar
  59. %%entry-written-by: Sergey Poznyakoff <[email protected]>