You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2026. It is now read-only.
The lrzip.conf file is one of the least used features of lrzip-next. This is a shame. lrzip.conf can be used to set options for every execution of lrzip-next so they don't have to be input on the command line.
Options set in lrzip.conf can always be overridden on the command line, or ignored completely by using the environment variable LRZIP=NOCONFIG when invoking lrzip-next. When use always use a particular option or options, try lrzip.conf!
# lrzip.conf example file
# anything beginning with a # or whitespace will be ignored
# valid parameters are separated with an = and a value
# parameters and values are not case sensitive except where specified
#
# lrzip 0.24+, peter hyman, pete@peterhyman.com
# ignored by earlier versions.
# Compression Window size in 100MB. Normally selected by program. (-w)
# WINDOW = 20
# Compression Level 1-9 (7 Default). (-L)
# COMPRESSIONLEVEL = 7
# RZIP Compression Level 1-9 (Default = Compression Level) (-R)
# RZIPLEVEL = 7
# Use -U setting, Unlimited ram. Yes or No
# UNLIMITED = NO
# Compression Method, rzip, gzip, bzip2, lzo, or lzma (default), or zpaq. (-n -g -b -l --lzma -z)
# May be overridden by command line compression choice.
# COMPRESSIONMETHOD = lzma
# LZMA Dictionary Size. 0-40 where
# 0 = 2^12, 1 = 2^12 * 3/2
# 2 = 2^13, 3 = 2^13 * 3/2
# ...
# 38 = 2^31, 39 = 2^31 * 3/2
# 40 = 2^32 - 1;
# DICTIONARYSIZE = 0
# Perform LZO Test. Default = YES (-T)
# LZOTEST = NO
# Set Threshold limit for LZO Test. Default 100. Set 1-99 to limit
# THRESHOLD = 99
# Hash Check on decompression, (-c)
# HASHCHECK = YES
# Show HASH value on Compression even if Verbose is off, YES (-H)
# Set Hash Method 1-MAXHASH
# Default hash is 1: MD5
# See CURRENT_HASHES file for list
# HASH = YES
# HASH = 1..MAXHASH
# Default output directory (-O)
# OUTPUTDIRECTORY = location
# Verbosity, YES or MAX (v, vv)
# VERBOSITY = max
# Show Progress as file is parsed, YES or no (NO = -q option)
# SHOWPROGRESS = YES
# Set Niceness. 19 is default. -20 to 19 is the allowable range (-N)
# NICE = 19
# Keep broken or damaged output files, YES (-K)
# KEEPBROKEN = YES
# Delete source file after compression (-D)
# this parameter and value are case sensitive
# value must be YES to activate
# DELETEFILES = NO
# Replace existing lrzip file when compressing (-f)
# this parameter and value are case sensitive
# value must be YES to activate
# REPLACEFILE = YES
# Override for Temporary Directory. Only valid when stdin/out or Test is used
# TMPDIR = /tmp
# Whether to use encryption on compression YES, NO (-e)
# OR Encryption Method
# Method - 1,,MAXENC
# See CURRENT_ENCMETHODS for list.
# ENCRYPT = NO
# ENCRYPT = 1..MAXENC
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
The
lrzip.conffile is one of the least used features oflrzip-next. This is a shame.lrzip.confcan be used to set options for every execution oflrzip-nextso they don't have to be input on the command line.Options set in
lrzip.confcan always be overridden on the command line, or ignored completely by using the environment variableLRZIP=NOCONFIGwhen invokinglrzip-next. When use always use a particular option or options, trylrzip.conf!All reactions