*** Welcome to piglix ***

Lzip

Lzip
Lzip.png
Developer(s) Antonio Diaz Diaz
Initial release 2008; 9 years ago (2008)
Stable release 1.18 (3 June 2016; 10 months ago (2016-06-03))
Repository web.cvs.savannah.nongnu.org/viewvc/lzip/lzip/
Written in C++
Operating system Unix-like, Windows
Type Data compression
License GPLv2+ (Free software)
Website lzip.nongnu.org/lzip.html
lzip
Filename extension .lz
Internet media type application/x-lzip
Magic number 0x4C, 0x5A, 0x49, 0x50
Developed by Antonio Diaz Diaz
Type of format Data compression
Open format? Yes

lzip is a free, command-line tool for the compression of data; it employs the Lempel–Ziv–Markov chain algorithm (LZMA) with a user interface that is familiar to users of usual Unix compression tools, such as gzip and bzip2.

Like gzip and bzip2, concatenation is supported to compress multiple files, but the convention is to bundle a file that is an archive itself, such as those created by the tar or cpio Unix programs. Lzip can split the output for the creation of multivolume archives.

The file that is produced by lzip is usually given .lz as its filename extension, and the data is described by the MIME type application/x-lzip.

The lzip suite of programs was written in C++ and C by Antonio Diaz Diaz and is being distributed as free software under the terms of version 2 or later of the GNU General Public License (GPL).

lzip is capable of creating archives with independently decompressible data sections called a "multimember archive" (as well as split output for the creation of multivolume archives). For example, if the underlying file is a tar archive, this can allow extracting any undamaged files, even if other parts of the archive are damaged.

As for the file format, special emphasis has been put on enabling integrity checks by means of an integrated 32-bit checksum for each compressed stream; this is used in combination with the lziprecover program to detect and reconstruct damaged data.

The recovery tool can merge multiple copies of an archive where each copy may have damage in a different part of the file.


...
Wikipedia

...