Options (5)
-b, --bzip2booleanCompress a file with BZIP2 - good middle ground for compression/speed
Example:
lrzip {{[-b|--bzip2]}} {{path/to/file}}-z, --zpaqbooleanCompress with ZPAQ - extreme compression, but very slow
Example:
lrzip {{[-z|--zpaq]}} {{path/to/file}}-l, --lzobooleanCompress with LZO - light compression, extremely fast decompression
Example:
lrzip {{[-l|--lzo]}} {{path/to/file}}-e, --encryptbooleanCompress a file and password protect/encrypt it
Example:
lrzip {{[-e|--encrypt]}} {{path/to/file}}-p, --threadsbooleanOverride the number of processor threads to use
Example:
lrzip {{[-p|--threads]}} {{8}} {{path/to/file}}Examples (6)
Compress a file with LZMA - slow compression, fast decompression
lrzip path/to/fileCompress a file with BZIP2 - good middle ground for compression/speed
lrzip [-b|--bzip2] path/to/fileCompress with ZPAQ - extreme compression, but very slow
lrzip [-z|--zpaq] path/to/fileCompress with LZO - light compression, extremely fast decompression
lrzip [-l|--lzo] path/to/fileCompress a file and password protect/encrypt it
lrzip [-e|--encrypt] path/to/fileOverride the number of processor threads to use
lrzip [-p|--threads] 8 path/to/filemade by @shridhargupta | data from tldr-pages