~sergei.glushchenko/percona-xtrabackup/xb-pprint

« back to all changes in this revision

Viewing changes to src/libarchive/examples/minitar/README

merge parallel compression branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"minitar" is a minimal example of a program that uses libarchive to
 
2
read/write various archive formats.  It's a more ambitious version of
 
3
'untar.c' that includes compile-time options to enable/disable various
 
4
features, including non-tar formats, archive creation, and automatic
 
5
decompression support.
 
6
 
 
7
I use this as a test bed to check for "link pollution," ensuring that
 
8
a program using libarchive does not pull in unnecessary code.
 
9
 
 
10
The "minitar" program is also a good starting point for anyone who
 
11
wants to use libarchive for their own purposes, as it demonstrates
 
12
basic usage of the library.