Archive Manager

tarlz – massively parallel (multi-threaded) combined implementation of the tar archiver and the lzip compressor

tarlz is a massively parallel (multi-threaded) combined implementation of the tar archiver and the lzip compressor. Tarlz uses the compression library lzlib.

tarlz creates, lists, and extracts archives in a simplified and safer variant of the POSIX pax format compressed in lzip format, keeping the alignment between tar members and lzip members. The resulting multimember tar.lz archive is fully backward compatible with standard tar tools like GNU tar, which treat it like any other tar.lz archive. Tarlz can append files to the end of such compressed archives.

Keeping the alignment between tar members and lzip members has two advantages. It adds an indexed lzip layer on top of the tar archive, making it possible to decode the archive safely in parallel. It also minimizes the amount of data lost in case of corruption.

The tarlz file format is a safe POSIX-style backup format. In case of corruption, tarlz can extract all the undamaged members from the tar.lz archive, skipping over the damaged members, just like the standard (uncompressed) tar. Moreover, the option ‘–keep-damaged’ can be used to recover as much data as possible from each damaged member, and lziprecover can be used to recover some of the damaged members.

This is free and open source software.

Website: www.nongnu.org/lzip
Support: Manual
Developer: Antonio Diaz Diaz
License: GNU General Public License v2.0

tarlz help

tarlz is written in C++. Learn C++ with our recommended free books and free tutorials.


Related Software

Terminal-Based Archive Managers
DARDisk ARchive: Backup directory tree and files
tarA file archiver and archive format developed since the early days of Unix
zpaqfranzDeduplicating archiver with encryption and paranoid-level tests
patoolPortable archive file manager
tarlzMassively parallel combined implementation of tar and lzip
TUI ArchiverTerminal application to list / manage archives
Simple ArchiverFairly wide range of features
tarnationSimple, extensible tar backup/restore utility

Read our verdict in the software roundup.

Alternatives to tar
TUI ArchiverList / manage archives
tarlzMassively parallel combined implementation of tar and lzip
tarnationSimple, extensible tar backup/restore utility
patoolPortable archive file manager that focuses on simplicity
zpaqfranzDeduplicating archiver with encryption and paranoid-level tests

Best Free and Open Source Software 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.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments