1999-07-19 20:21:15 +00:00
|
|
|
star is the fastest known implementation of a tar archiver. star
|
1997-05-03 10:16:32 +00:00
|
|
|
development started 1982, development is still in progress. The
|
|
|
|
current version is stable.
|
|
|
|
|
|
|
|
Main advantages over other tar implementations:
|
1999-07-19 20:21:15 +00:00
|
|
|
fifo - Keeps the tape streaming.
|
|
|
|
pattern matcher - For a convenient user interface.
|
|
|
|
sophisticated diff - User tailorable interface for comparing tar
|
|
|
|
archives against file trees.
|
1997-05-03 10:16:32 +00:00
|
|
|
no namelen limitation - Pathnames up to 1024 Bytes may be archived.
|
1999-07-19 20:21:15 +00:00
|
|
|
deals with all 3 times - Stores/restores all 3 times of a file.
|
|
|
|
does not clobber files - More recent copies on disk will not be
|
|
|
|
clobbered from tape.
|
|
|
|
automatic byte swap - star automatically detects swapped archives.
|
|
|
|
automatic format detect - Automatically detects archive formats:
|
|
|
|
old tar, gnu tar, ansi tar, star.
|
|
|
|
fully ansi compatible - star is fully ANSI/Posix 1003.1 compatible.
|
1997-05-03 10:16:32 +00:00
|
|
|
|
|
|
|
Author: Joerg Schilling <js@cs.tu-berlin.de>
|
|
|
|
Please mail bugs and suggestions to him.
|