Difference between revisions of "Star"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=S tar |Short description=Very fast tar archiver |Full description=Star is a very fast, POSIX-compliant tar archiver. It saves many files together into a single tape...")
 
m (version date:)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=S tar
 
|Name=S tar
|Short description=Very fast tar archiver
+
|Short description=The Schily tape archiver.
|Full description=Star is a very fast, POSIX-compliant tar archiver. It saves many files together into a single tape or disk archive, and can restore individual files from the archive. It includes command line interfaces for "tar", "Sun-Tar", "cpio", "pax", and "gnutar". It includes a FIFO for speed, a pattern matcher, multi-volume support, the ability to archive sparse files and ACLs, the ability to archive extended file flags, automatic archive format detection, automatic byte order recognition, automatic archive compression/decompression, remote archives, and special features that let it be used for full and incremental backups. It includes the only known platform independent "rmt" server program.
+
|Full description='''Star''' is a very fast, POSIX-compliant tar archiver. It saves many files together into a single tape or disk archive, and can restore individual files from the archive. It includes command line interfaces for "tar", "Sun-Tar", "cpio", "pax", and "gnutar". It includes a FIFO for speed, a pattern matcher, multi-volume support, the ability to archive sparse files and ACLs, the ability to archive extended file flags, automatic archive format detection, automatic byte order recognition, automatic archive compression/decompression, remote archives, and special features that let it be used for full and incremental backups. It includes the only known platform independent "rmt" server program.
|User level=none
+
 
 +
According to NetBSD, it's the oldest free TAR implementation. A GNU/Linux port is very possible as it currently works on FreeBSD, NetBSD and OS X.
 +
|Homepage URL=http://cdrtools.sourceforge.net/private/star.html
 +
|Is High Priority Project=No
 +
|Computer languages=C
 +
|Documentation note=http://cdrtools.sourceforge.net/private/man/star/
 +
 
 +
https://www.freebsd.org/cgi/man.cgi?query=star
 +
 
 +
=== History ===
 +
A tar command appeared in Seventh Edition Unix, which was released in January, 1979.  It replaced the tp program from Fourth Edition Unix which in turn replaced the tap program from First Edition Unix.  [https://www.wikidata.org/wiki/Q105228041 John Gilmore's pdtar] public-domain implementation ([https://git.savannah.gnu.org/cgit/tar.git/tree/src/tar.c circa 1985]) was highly influential and formed the basis of [[GNU tar]] (circa 1988).  Joerg Shilling's star archiver is another free software (CDDL) archiver (originally developed circa 1985) which features complete support for pax interchange format.
 +
|Decommissioned or Obsolete=No
 +
|Related projects=tar, cpio, paxutils, schilytools
 +
|Keywords=Compression,decompression,backup,restore,archive,tar,cpio,pax,RMT,ACL,Sun-Tar,gnutar,pattern matcher,sparse files,extended file flag,format detection,byte order recognition
 +
|Version identifier=1.6
 +
|Version date=2019/04/15
 +
|Version status=stable
 +
|Version download=https://sourceforge.net/projects/s-tar/files/star-1.6.tar.bz2
 +
|Last review by=Genium
 +
|Last review date=2021/02/03
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.4.3
+
|User level=none
|Version date=2003-02-17
+
|Accepts cryptocurrency donations=No
|Version status=stable
+
|Test entry=No
|Version download=ftp://ftp.berlios.de/pub/star/star-1.4.3.tar.gz
+
}}
|License verified date=2004-10-06
+
{{Project license
|Version comment=1.4.3 stable released 2003-02-17
+
|License=CDDL-1.0
 +
|License copyright=Copyright (c) 1985, 88-90, 92-96, 98, 99, 2000-2019 J. Schilling
 +
|License verified by=Genium
 +
|License verified date=2021/02/02
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=C
 +
|Runs-on=BSD, OS X
 +
|System-administration=backup
 +
|Use=system-administration
 +
}}
 +
{{Person
 +
|Real name=Joerg Schilling
 +
|Role=Maintainer
 +
|Email=js@cs.tu-berlin.de
 +
}}
 +
{{Resource
 +
|Resource audience=SourceForge
 +
|Resource kind=Developer
 +
|Resource URL=https://sourceforge.net/projects/s-tar/
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Mailing List Info/Archive
 +
|Resource URL=https://sourceforge.net/p/s-tar/mailman/s-tar-developers/
 +
}}
 +
{{Resource
 +
|Resource audience=Support
 +
|Resource kind=Mailing List Info/Archive
 +
|Resource URL=https://sourceforge.net/p/s-tar/mailman/s-tar-users/
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/star
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q105252785
 
}}
 
}}
 +
{{Featured}}
 
{{Project license
 
{{Project license
|License=GPLv2orlater
+
|License=GPL-2.0-only
|License verified by=Janet Casey
+
|License verified by=Genium
|License verified date=2004-10-06
+
|License verified date=2021/02/02
 +
|License note=Applies to part: conf/ sub-directory
 
}}
 
}}

Latest revision as of 00:20, 3 February 2021


[edit]

S tar

http://cdrtools.sourceforge.net/private/star.html
The Schily tape archiver.

Star is a very fast, POSIX-compliant tar archiver. It saves many files together into a single tape or disk archive, and can restore individual files from the archive. It includes command line interfaces for "tar", "Sun-Tar", "cpio", "pax", and "gnutar". It includes a FIFO for speed, a pattern matcher, multi-volume support, the ability to archive sparse files and ACLs, the ability to archive extended file flags, automatic archive format detection, automatic byte order recognition, automatic archive compression/decompression, remote archives, and special features that let it be used for full and incremental backups. It includes the only known platform independent "rmt" server program.

According to NetBSD, it's the oldest free TAR implementation. A GNU/Linux port is very possible as it currently works on FreeBSD, NetBSD and OS X.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

2 February 2021

Notes

Applies to part: conf/ sub-directory

License

CDDL-1.0

Verified by

Genium

Verified on

2 February 2021




Leaders and contributors

Contact(s)Role
Joerg Schilling Maintainer


Resources and communication

AudienceResource typeURI
DebianDeveloperhttps://tracker.debian.org/pkg/star
SourceForgeDeveloperhttps://sourceforge.net/projects/s-tar/
DeveloperMailing List Info/Archivehttps://sourceforge.net/p/s-tar/mailman/s-tar-developers/
WikidataGeneralhttps://www.wikidata.org/wiki/Q105252785
SupportMailing List Info/Archivehttps://sourceforge.net/p/s-tar/mailman/s-tar-users/


Software prerequisites




Entry





"CDDL-1.0" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.






"SourceForge" 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.


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






"GPL-2.0-only" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" 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.