diff options
Diffstat (limited to 'archivers/zoo/pkg/DESCR')
-rw-r--r-- | archivers/zoo/pkg/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archivers/zoo/pkg/DESCR b/archivers/zoo/pkg/DESCR new file mode 100644 index 00000000000..6c9afde5eb0 --- /dev/null +++ b/archivers/zoo/pkg/DESCR @@ -0,0 +1,7 @@ +Zoo is used to create and maintain collections of files in compressed +form. It uses a Lempel-Ziv compression algorithm that gives space +savings in the range of 20% to 80% depending on the type of file +data. Zoo can store and selectively extract multiple generations of +the same file. Data can be recovered from damaged archives by +skipping the damaged portion and locating undamaged data with the help +of fiz(1). |