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