Previous topic

dwalk

Next topic

dgrep

This Page

dbz2

SYNOPSIS

dbz2 [OPTIONS] [-z|-d] FILE

DESCRIPTION

Parallel MPI application to compress or decompress a file.

OPTIONS

-d, --decompress

Decompress the file

-z, --compress

Compress the file

-k, --keep

Keep the input file (optional).

-f, --overwrite

Overwrite the output file, if it exists (optional).

-b, --block SIZE

Set the compression block size, from 1 to 9. Where 1=100kB ... and 9=900kB. Default is 9 (optional).

-m, --memory SIZE

Limit the memory that can be used by a process, in bytes (optional).

-v, --verbose

Verbose output (optional).

--debug

Show debug output (optional).