Description
A tool to multiplex and demultiplex streams from pipes to tar and back again.
Tarmux attempts to solve the problem of handling streamed data where there is insufficient temporary space on disk to hold the data, as is forced by tar.
Installation Instructions
In the simplest invocation, tarmux takes a stream from stdin, and creates a tar file consisting of sequential numbered file fragments one after the other. This can be reversed by the tardemux tool, which will untar the fragments and reassemble the stream to stdout.
The tardemux tool only reads a single tar stream before exiting. This allows multiple streams to be concatenated in the same stream, and then split out by each invocation of tardemux.
Note: When compressing a tarmux stream, compress each individual component of the stream separately and tarmux the result. If you do the inverse and compress the tarmux the decompression will be greedy and force tarmux to be greedy too. This is not a bug.
Man pages and instructions for tarmux and tardemux are included in the package.
A basic example of tarmux in action is provided here: https://github.com/minfrin/tarmux
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Centos-stream 8 | aarch64 (60)*, ppc64le (60)*, x86_64 (60)* | Centos-stream 8 (108 downloads) |
EPEL 7 | ppc64le (35)*, x86_64 (38)* | EPEL 7 (137 downloads) |
EPEL 8 | aarch64 (49)*, ppc64le (48)*, x86_64 (47)* | EPEL 8 (123 downloads) |
Fedora 38 | aarch64 (12)*, i386 (12)*, ppc64le (12)*, s390x (0)*, x86_64 (12)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (12)*, i386 (12)*, ppc64le (12)*, s390x (0)*, x86_64 (15)* | Fedora 39 (40 downloads) |
Fedora 40 | aarch64 (0)*, i386 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (4)* | Fedora 40 (28 downloads) |
Fedora 41 | aarch64 (4)*, i386 (0)*, ppc64le (2)*, s390x (0)*, x86_64 (0)* | Fedora 41 (9 downloads) |
Fedora eln | aarch64 (0)*, i386 (0)*, s390x (0)*, x86_64 (0)* | Fedora eln (82 downloads) |
Fedora rawhide | aarch64 (44)*, i386 (44)*, ppc64le (64)*, s390x (0)*, x86_64 (44)* | Fedora rawhide (94 downloads) |
Mageia 8 | aarch64 (54)*, i586 (0)*, x86_64 (0)* | Mageia 8 (103 downloads) |
Mageia cauldron | aarch64 (16)*, i686 (0)*, x86_64 (19)* | Mageia cauldron (113 downloads) |
Openmandriva cooker | i686 (0)* | Openmandriva cooker (0 downloads) |
Openmandriva rolling | i686 (0)* | Openmandriva rolling (0 downloads) |
openSUSE Tumbleweed | aarch64 (0)*, i586 (36)*, ppc64le (35)*, x86_64 (27)* | openSUSE Tumbleweed (126 downloads) |
* Total number of downloaded packages.