dev-qt/qttest: stable 5.14.2 for ppc, bug #719732
[gentoo.git] / app-arch / lziprecover / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="person">
5                 <email>polynomial-c@gentoo.org</email>
6                 <name>Lars Wendler</name>
7         </maintainer>
8         <maintainer type="person">
9                 <email>mgorny@gentoo.org</email>
10                 <name>Michał Górny</name>
11         </maintainer>
12         <longdescription lang="en">
13                 Lziprecover is a data recovery tool and decompressor for files in the lzip
14                 compressed data format (.lz), able to repair slightly damaged files,
15                 recover badly damaged files from two or more copies, extract data from
16                 damaged files, decompress files and test integrity of files.
17                 The lzip file format is designed for long-term data archiving. It is clean,
18                 provides very safe 4 factor integrity checking, and is backed by the
19                 recovery capabilities of lziprecover.
20                 Lziprecover is able to recover or decompress files produced by any of the
21                 compressors in the lzip family; lzip, plzip, minilzip/lzlib, clzip and
22                 pdlzip.
23                 Lziprecover makes lzip files resistant to bit-flip (one of the most common
24                 forms of data corruption), and can safely merge multiple damaged backup
25                 copies.
26                 If the cause of file corruption is damaged media, the combination GNU
27                 ddrescue + lziprecover is the best option for recovering data from multiple
28                 damaged copies.
29                 If a file is too damaged for lziprecover to repair it, all the recoverable
30                 data in all members of the file can be extracted with the '-D' option.
31                 Lziprecover is able to efficiently extract a range of bytes from a
32                 multi-member file, because it only decompresses the members containing the
33                 desired data.
34                 Lziprecover can print correct total file sizes and ratios even for
35                 multi-member files.
36                 When recovering data, lziprecover takes as arguments the names of the
37                 damaged files and writes zero or more recovered files depending on the
38                 operation selected and whether the recovery succeeded or not. The damaged
39                 files themselves are never modified.
40                 When decompressing or testing file integrity, lziprecover behaves like lzip
41                 or lunzip.
42                 To give you an idea of its possibilities, when merging two copies, each of
43                 them with one damaged area affecting 1 percent of the copy, the probability
44                 of obtaining a correct file is about 98 percent. With three such copies the
45                 probability rises to 99.97 percent. For large files (a few MB) with small
46                 errors (one sector damaged per copy), the probability approaches 100 percent
47                 even with only two copies.
48                 Lziprecover is not a replacement for regular backups, but a last line of
49                 defense for the case where the backups are also damaged.
50         </longdescription>
51 </pkgmetadata>