tarlz
archiver with multimember lzip compression
Install
- All systems
-
curl cmd.cat/tarlz.sh
- Debian
-
apt-get install tarlz
- Ubuntu
-
apt-get install tarlz
- Kali Linux
-
apt-get install tarlz
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tarlz
- Dockerfile
- dockerfile.run/tarlz
tarlz
archiver with multimember lzip compression
Tarlz is an alternative implementation of the tar archiver. It creates, lists and extracts archives in the 'ustar' format compressed with lzip on a per file basis. Tarlz can append files to the end of such compressed archives. Each tar member is compressed in its own lzip member, as well as the end-of-file blocks. This method works for any tar format and is fully backward compatible with standard tar tools like GNU tar, which treat the resulting multimember tar.lz archive like any other tar.lz archive.