Star is a tar like archiver. TAR stands for Tape ARchiver. Star is the fastest known implementation of a tar archiver.
Features:
Features:
- FIFO to keep the tape streaming.
- remote tape support.
- accurate sparse files (if the OS supports it).
- pattern matcher to archive and extract a subset of files.
- user tailorable interface for comparing tar archives against file
trees.
- path names up to 1024 Bytes may be archived.
- stores and restores all 3 file times (even creation time). With
Authors:- -------
Joerg Schilling <schilling@fokus.gmd.de>
1.6.1

1.6

1.5final

1.5.3







1.5.2

Distribution | Version | Since | Package | Installed | Packager | |
---|---|---|---|---|---|---|
![]() | rpm | 1.5.2-13.el7 | 2020-01-07 | 280 kiB | 622 kiB | CentOS BuildSystem |
![]() | rpm | 1.5.3-12.fc28 | 2019-01-14 | 300 kiB | 704 kiB | Fedora Project |
![]() | rpm | 1.5.3-14.fc29 | 2019-01-14 | 285 kiB | 699 kiB | Fedora Project |
![]() | rpm | 1.5.3-14.fc29 | 2019-01-14 | 285 kiB | 699 kiB | Fedora Project |
![]() | rpm | 1.5.3-16.fc30 | 2019-06-17 | 286 kiB | 854 kiB | Fedora Project |
![]() | rpm | 1.5.3-17.fc31 | 2020-01-07 | 293 kiB | 695 kiB | Fedora Project |
![]() | rpm | 1.6-2.fc32 | 2020-02-08 | 351 kiB | 847 kiB | Fedora Project |
![]() | rpm | 1.5.3-lp150.1.8 | 2019-01-17 | 318 kiB | 966 kiB | https://bugs.opensuse.org |
![]() | rpm | 1.5.3-lp151.2.3 | 2019-01-23 | 318 kiB | 966 kiB | https://bugs.opensuse.org |
![]() | rpm | 1.5.3-lp152.3.4 | 2020-01-07 | 317 kiB | 966 kiB | https://bugs.opensuse.org |
![]() | rpm | 1.5final-77.3 | 2019-01-17 | 362 kiB | 1.07 MiB | http://bugs.opensuse.org |
![]() | rpm | 1.6.1-24.1 | 2020-03-22 | 411 kiB | 1010 kiB | https://bugs.opensuse.org |
Manual pages
fifo(1)
fifo - a fifo buffer that reads from stdin and writes to stdout
match(1)
match - Match strings against glob patterns
rmt(1)
rmt - remote magnetic tape protocol server
scpio(1)
scpio - copy file archives in and out (LEGACY)
spax(1)
pax - portable archive interchange
STAR(1)
STAR - ultrafast universal RNA-seq aligner
star_sym(1)
star_sym - Convert inode data base into human readable format
tartest(1)
tartest - test tar archive for POSIX.1-1990 compliance
ustar(1)
star - unique standard tape archiver
star(5)
star - tape archive file format
Latest updates

OpenSUSE Tumbleweed oss: Updated from 1.6.1-23.1 to 1.6.1-24.1
2020-03-22
- Update to release 2020.03.11
- Bourne Shell: set -m now works in scripts as well. Before, bosh did never call startjobs() when the shell startup was done with a shell script.
- Bourne Shell: The shell now supports the alternate ;& switch command limiter in addition to ;; where ;& implements a fallthrough to the next command list regardless on thether there is a match or not.

OpenSUSE Tumbleweed oss: Updated from 1.6.1-22.1 to 1.6.1-23.1
2020-02-25
- Update to release 2020.02.11
- Bourne Shell: A new variable ${.sh.path} returns the absolute path of the binary associated to the exec() for this shell.
- Bourne Shell: `for i in; do cmd ...; done` is now valid syntax even though this is useless.
- SCCS: comb.c now puts the filename in the created shell script in single quotes.
- SCCS: comb.c now forbids single quotes and backslashes in filenames as they would cause problems with the shell script created by comb.

OpenSUSE Tumbleweed oss: Updated from 1.6.1-21.1 to 1.6.1-22.1
2020-02-11
- Set -fcommon [boo#1160291].

Fedora rawhide development/Everything-os: Updated from 1.6-1.fc32 to 1.6-2.fc32
2020-02-08

OpenSUSE Tumbleweed oss: Updated from 1.6.1-20.1 to 1.6.1-21.1
2020-01-17
- Update to release 2019.12.05
- libschily: the function getargs() and similar (from the option parser group) now support an extended format specifier: Previously, %0 and %1 have been supported, now all single digit numbers %0..%9 are supported.
- libfind: The functions fetchdir()/dfetchdir(), sortdir(), cmpdir() now use size_t instead of int for the entry number count and the allocated size.
- star: The new-volume-script= script is now called at the end of _every tape_, even at the last one. This now allows to have a script that automatically renames a standard archive name into numbered archive names when a tree should be splitted into chunks.
- star: In "pax" command line mode, star now uses -no-fsync as default.

Fedora 31 releases/Everything-os: Version 1.5.3-17.fc31 introduced
2020-01-07

OpenSUSE Leap 15.2 oss: Version 1.5.3-lp152.3.4 introduced
2020-01-07
- Conform with packaging guidelines for update alternatives

CentOS 7.7.1908 os: Version 1.5.2-13.el7 introduced
2020-01-07
- fix segfault for pax -X (rhbz#1175613)

OpenSUSE Tumbleweed oss: Updated from 1.6.1-19.1 to 1.6.1-20.1
2019-12-04
- Update to relesae 2019.11.11
- star: When using star -copy, the default is now
- no-secure-links. This is what users like since they are copying their own data that per definition cannot be untrusted external data.
- star: star -diff is now "more smooth" to use, when the archive type is GNU TAR and the "atime" or "ctime" properties are not present for a specific file. Before, Jan 1 1970 was the assumed time in the archive.
- star: star -diff now prints a diff statistics summary.
- SCCS: Added a new delta type 'U' that allows to tell get(1) to remove the g-file. Such SCCS history files are going to be used as placeholders for removed files in the upcomming project mode.
- SCCS: admin now has a new option -Xunlink. It can be used together with -n to create special SCCS history files that remove the g-file on extraction if a delta is to be extracted that is of type 'U'.
- SCCS: get now honors delta table entries that use the new 'U' delta type and removed non-writable g-files on extraction. This feature only works if the history file is in SCCS V6 mode.
- SCCS: a new option -Xmail=address allows admin(1) and delta(1) to add an email address to the delta meta data.

OpenSUSE Tumbleweed oss: Updated from 1.6.1-18.1 to 1.6.1-19.1
2019-10-29
- Update to release 2019.10.25
- libfind: The recent changes to support "find dir/name -name name" did not work with -depth because the name base index needs a reset after processing the directory content.

OpenSUSE Tumbleweed oss: Updated from 1.6.1-17.1 to 1.6.1-18.1
2019-10-12
- Update to release 2019.10.07
- Fixed infinite recursion of following symlinks in libschily/resolvepath.c.
- smake: The error message for failed shell commands has been modified to "Code %d (%s) from command line..." in order to cause less confusion with the text printed by smake.
- bosh: introduced shared memory to be able to forward the special exit cause (NOTFOUND or NOEXEC) to the parent even in case it used fork() instead of vfork().
- bosh: Added support for a new automatic parameter "$/" to complement the existing parameter "$?".
- star: The option -no-secure-links now may be configured as a global default via the tag STAR_SECURE_LINKS= in the file /etc/default/star and as a private default via an environment of the same name.

Fedora rawhide development/Everything-os: Updated from 1.5.3-17.fc31 to 1.6-1.fc32
2019-09-29
- new upstream release
- drop WITH_SELINUX knob and selinux patches, there's built-in support now
- drop several patches which were incorporated upstream, except for changewarnSegv patch (did not apply, and not needed nowadays)

OpenSUSE Tumbleweed oss: Updated from 1.6.1-16.1 to 1.6.1-17.1
2019-08-30
- Update to new upstream release 2019.08.13
- mkisofs: The struct attrinfo in apple.h has been enhanced by the struct members objid_low, objid_high, rsrc_length.

OpenSUSE Tumbleweed oss: Updated from 1.6.1-15.1 to 1.6.1-16.1
2019-08-22
- Update to new upstream release 2019.07.22
- The smake man page now mentions -N,-T,-u,-w,-j,-m-R
- smake: fixed a potential crash when printing current directory
- smake: implemented the -C option for gmake compatibility

Fedora rawhide development/Everything-os: Updated from 1.5.3-16.fc30 to 1.5.3-17.fc31
2019-08-03

OpenSUSE Tumbleweed oss: Updated from 1.6.1-14.1 to 1.6.1-15.1
2019-07-16
- Disable LTO: mkisofs makes weird memory accesses otherwise
(boo#1141188).

OpenSUSE Tumbleweed oss: Updated from 1.6-13.2 to 1.6.1-14.1
2019-06-28
- Update to new upstream release 2019.06.13
- cdrecord: The manpage now lists all supported media types and which media types are preferred over others.
- star 1.6.1: fixed a bug in the FIFO code where star reported "star: Implementation botch: with FIFO_MEOF" as the tar side of the FIFO did sometimes not wait for the FIFO_IWAIT state when called as "star -multivolume -tv f=... f=... ..."
- bsh: When expanding file names, the directory entries "." and ".." are now skipped and not part of the results. This is to make bsh to behave similar to the Bourne Shell with respect to globbing.

OpenSUSE Tumbleweed oss: Updated from 1.6-10.1 to 1.6-13.2
2019-06-17
- Update to new upstream release 2019.05.28
- SCCS: man page and help text updates

Fedora 30 releases/Everything-os: Version 1.5.3-16.fc30 introduced
2019-06-17

OpenSUSE Tumbleweed oss: Updated from 1.6-9.1 to 1.6-10.1
2019-03-21
- Add Conflict markers for file-based conflicts identified
by repo-checker.
Related packages
star-debuginfo - Debug information for package star
star-debugsource - Debug sources for package star
star-rmt - Magnetic tape control and server
star-rmt-debuginfo - Debug information for package star-rmt