t2sz compresses a file into a seekable zstd, splitting the file into multiple frames.
If the file is a tar archive it compresses each file in the archive into an independent frame, hence the name.
It operates in two modes. Tar archive mode and raw mode.
By default it runs in tar archive mode for files ending with .tar, unless -r is specified. For all other files it runs in raw mode.
In tar archive mode it compresses the archive keeping each file in a different frame, unless -s or -S is used. This allows fast seeking and extraction of a single file without decompressing the whole archive. The compressed archive can be decompressed with any Zstandard tool, including zstd.
This is free and open source software.
Website: github.com/martinellimarco/t2sz
Support:
Developer: Marco Martinelli
License: GNU General Public License v3.0
t2sz is written in C. Learn C with our recommended free books and free tutorials.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

