Shore compress

From SHORE wiki
Jump to: navigation, search

shore compress compresses files to SHORE's indexed gzip format. The file format is fully compatible with gzip, but contains additional indexing information that is required for SHORE to perform random access on its files.

Command line options

Usage: shore compress [OPTIONS] FILES

Allowed options
--outfile=<arg> Write to the file <arg> instead of <infile>.gz
--replace Remove original files after compression. If the input file is already compressed it will be recompressed and replaced
--tail=<arg> Instead of compressing files, dump the last <arg> bytes of a seekable file
--dumpgzx Print out the index for each file