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 the "tar", "Sun-Tar", "cpio",
"pax", and "gnutar" command-line syntax. 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 allow
star to be used for full and incremental backups.
It includes the only known platform independent
"rmt" server program.
License: Common Development and Distribution License (CDDL)
Changes:
A page aligned buffer is now also used in the -no-fifo to improve speed. scpio now prints the CPIO message "xxx blocks" instead of the Star statistics line. A new -cpio-statistics option also causes CPIO style statistics to be output. An -xmeta option allows you to "extract" meta files from a star archive that has been created with "star -c -meta". A -link-data option allows star to add data to hard links in archives. Record locking is now performed on the /etc/tardumps file.