Difference between revisions of "Tar"

From Free Software Directory
Jump to: navigation, search
m (added category)
m (added star to related projects)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=GNU Tar
+
|Name=GNU tar
|Short description=Creates tar archives.
+
|Short description=GNU version of the tar archiving utility.
|Full description='''GNU tar''' is an archiver that creates and handles file archives in various formats. You can use tar to create file archives, to extract files from previously created archives, store additional files, or update or list files which were already stored. The program saves many files together into a single tape or disk archive, and can restore individual files from the archive. It includes multivolume support, the ability to archive sparse files, automatic archive compression/decompression, remote archives and special features that allow 'tar' to be used for incremental and full backups. The supported archive formats are: V7 tar, GNU Tar, ustar and POSIX (also known as pax interchange format). Tar can also read and extract 'star' archives. Tar can direct its output to available devices, files, or other programs (using pipes). Tar can even access remote devices or files (as archives).
+
|Full description='''Tar''' provides the ability to create tar archives, as well as the ability to extract, update or list files in an existing archive. It is useful for combining many files into one larger file, while maintaining directory structure and file information such as permissions and creation/modification dates. GNU tar offers many extensions over the standard utility.
 
|Homepage URL=https://www.gnu.org/software/tar/
 
|Homepage URL=https://www.gnu.org/software/tar/
 
|Is High Priority Project=No
 
|Is High Priority Project=No
Line 8: Line 8:
 
|Documentation note=https://www.gnu.org/software/tar/manual/
 
|Documentation note=https://www.gnu.org/software/tar/manual/
  
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
+
=== Note ===
 +
The name "tar" originally came from the phrase "Tape ARchive", but archives need not (and these days, typically do not) reside on tapes.  
  
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
+
=== History ===
 +
Public domain tar was written by John Gilmore, with contributions from Henry Spencer, Fred Fish, Ian Darwin, Geoff Collyer, Stan Barber, Guy Harris, Dave Brower, Richard Todd, Michael Rendell, Stu Heiss, and Rich Salz.
  
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
+
The FSF version, named GNU tar, was derived from public domain tar by Jay Fenlason and Joy Kendall. Amy Gorin and Melissa Weisshaus contributed to the manual. GNU tar has been maintained in turn by Thomas Bushnell BSG, François Pinard, Paul Eggert, and Sergey Poznyakoff.
 
 
----
 
----
 
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 
----
 
----
 
 
 
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 
----
 
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
 
|Donate=https://my.fsf.org/donate/
 
|Donate=https://my.fsf.org/donate/
|Related projects=gnustandards,zip,Info-ZIP-_UnZip_branch,Paxutils,S_tar,Z,dar,Cpio,Sharutils
+
|Related projects=cpio, sharutils, ruby-tar, gzip, zip, paxutils, star
 
|Keywords=backup,administration,tar,file management,archiving,pax,V7,ustar
 
|Keywords=backup,administration,tar,file management,archiving,pax,V7,ustar
|Version identifier=1.31
+
|Version identifier=1.33
|Version date=2019/01/02
+
|Version date=2021/01/07
 
|Version status=stable
 
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/tar/tar-1.31.tar.xz
+
|Version download=https://ftp.gnu.org/gnu/tar/tar-1.33.tar.xz
|Last review by=Bendikker
+
|Last review by=Genium
|Last review date=2019/01/20
+
|Last review date=2021/02/02
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011/04/01
 
|Submitted date=2011/04/01
|User level=none
+
|User level=beginner
 
|Component programs=tar,rmt
 
|Component programs=tar,rmt
 
|Paid support=https://www.fsf.org/resources/service/
 
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|Accepts cryptocurrency donations=Yes
|OpenPGP signature=https://ftp.gnu.org/gnu/tar/tar-1.31.tar.xz.sig
+
|OpenPGP signature=https://ftp.gnu.org/gnu/tar/tar-1.33.tar.xz.sig
 
|Test entry=No
 
|Test entry=No
|Is GNU=Yes
 
|GNU package identifier=tar
 
|Decommissioned/Obsolete=No
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
|License copyright=Copyright 1990-1992, 1994, 1997-2001, 2003-2004, 2007, 2012-2014 Free Software Foundation, Inc.
+
|License copyright=Copyright 1988-2021 Free Software Foundation, Inc.
|License verified by=genium
+
|License verified by=Genium
|License verified date=2014/08/14
+
|License verified date=2021/02/02
 +
|License note=https://git.savannah.gnu.org/cgit/tar.git/tree/COPYING
 +
}}
 +
{{Software category
 +
|Interface=command-line
 +
|Programming-language=C
 +
|Runs-on=BSD, OS X, GNU/Linux
 +
|System-administration=backup
 +
|Use=system-administration
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Sergey Poznyakoff
 
|Real name=Sergey Poznyakoff
 
|Role=Maintainer
 
|Role=Maintainer
|Email=gray@gnu.org
+
|Email=help-tar@gnu.org
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Paul Eggert
 
|Real name=Paul Eggert
 
|Role=Maintainer
 
|Role=Maintainer
|Email=eggert@cs.ucla.edu
+
|Email=help-tar@gnu.org
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Pavel Raiskup
 
|Real name=Pavel Raiskup
 
|Role=Maintainer
 
|Role=Maintainer
|Email=praiskup@redhat.com
+
|Email=help-tar@gnu.org
}}
 
{{Resource
 
|Resource audience=Ruby (Ref)
 
|Resource URL=https://rubygems.org/gems/tar/
 
}}
 
{{Resource
 
|Resource audience=Debian (Ref) (R)
 
|Resource URL=https://tracker.debian.org/pkg/tar-doc
 
}}
 
{{Resource
 
|Resource audience=Debian (Ref)
 
|Resource URL=https://tracker.debian.org/pkg/tar
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Savannah (Ref)
+
|Resource audience=Savannah
 +
|Resource kind=Developer
 
|Resource URL=https://savannah.gnu.org/projects/tar/
 
|Resource URL=https://savannah.gnu.org/projects/tar/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Savannah
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://git.savannah.gnu.org/cgit/tar.git/
 
|Resource URL=https://git.savannah.gnu.org/cgit/tar.git/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Mailman
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
 
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-tar/
 
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-tar/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Mailman
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
 
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-tar/
 
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-tar/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=Mailing List
+
|Resource audience=FTP
|Resource URL=https://lists.gnu.org/mailman/listinfo/tar-commit/
+
|Resource kind=Download
 +
|Resource URL=ftp://alpha.gnu.org/gnu/tar/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=Mailing List
+
|Resource audience=FTP
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
+
|Resource kind=Download
 +
|Resource URL=ftp://ftp.gnu.org/gnu/tar/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=FTP
 
|Resource kind=Download
 
|Resource kind=Download
 
|Resource URL=https://alpha.gnu.org/gnu/tar/
 
|Resource URL=https://alpha.gnu.org/gnu/tar/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=FTP
 
|Resource kind=Download
 
|Resource kind=Download
 
|Resource URL=https://ftp.gnu.org/gnu/tar/
 
|Resource URL=https://ftp.gnu.org/gnu/tar/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=FTP
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://translationproject.org/domain/tar.html
+
|Resource URL=https://ftpmirror.gnu.org/tar/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Wikidata
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://savannah.gnu.org/people/
+
|Resource URL=https://www.wikidata.org/wiki/Q21283172
 
}}
 
}}
{{Software category
+
{{Resource
|Interface=command-line
+
|Resource audience=Debian
|Programming-language=C
+
|Resource kind=Developer
|Runs-on=BSD, GNU/Linux
+
|Resource URL=https://tracker.debian.org/pkg/tar
|System-administration=backup
 
|Use=system-administration
 
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 00:29, 3 February 2021


[edit]

GNU tar

https://www.gnu.org/software/tar/
GNU version of the tar archiving utility.

Tar provides the ability to create tar archives, as well as the ability to extract, update or list files in an existing archive. It is useful for combining many files into one larger file, while maintaining directory structure and file information such as permissions and creation/modification dates. GNU tar offers many extensions over the standard utility.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

2 February 2021




Leaders and contributors

Contact(s)Role
Sergey Poznyakoff Maintainer
Pavel Raiskup Maintainer
Paul Eggert Maintainer


Resources and communication

AudienceResource typeURI
FTPDownloadftp://ftp.gnu.org/gnu/tar/
FTPGeneralhttps://ftpmirror.gnu.org/tar/
MailmanMailing Listhttps://lists.gnu.org/mailman/listinfo/help-tar/
FTPDownloadftp://alpha.gnu.org/gnu/tar/
DebianDeveloperhttps://tracker.debian.org/pkg/tar
SavannahDeveloperhttps://savannah.gnu.org/projects/tar/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/tar.git/
WikidataGeneralhttps://www.wikidata.org/wiki/Q21283172
FTPDownloadhttps://ftp.gnu.org/gnu/tar/
MailmanMailing Listhttps://lists.gnu.org/mailman/listinfo/bug-tar/
FTPDownloadhttps://alpha.gnu.org/gnu/tar/


Software prerequisites




Entry
















"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Mailman" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Mailman" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.







Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.