diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-04-13 08:59:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-04-13 08:59:10 +0000 |
commit | 29867477a1c50b8cbea6212b8dd649a052778bf0 (patch) | |
tree | 070208b9f3add6d1757dc9281b7c8d113eb2768d /README | |
parent | Adding upstream version 0.14. (diff) | |
download | tarlz-29867477a1c50b8cbea6212b8dd649a052778bf0.tar.xz tarlz-29867477a1c50b8cbea6212b8dd649a052778bf0.zip |
Adding upstream version 0.15.upstream/0.15
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ archive, but it has the following advantages: parallel, multiplying the decompression speed. * New members can be appended to the archive (by removing the EOF - member) just like to an uncompressed tar archive. + member), and unwanted members can be deleted from the archive. Just + like an uncompressed tar archive. * It is a safe posix-style backup format. In case of corruption, tarlz can extract all the undamaged members from the tar.lz |