2010-03-29 01:07:08 +02:00
|
|
|
# lrzip.conf example file
|
|
|
|
|
# anything beginning with a # or whitespace will be ignored
|
|
|
|
|
# valid parameters are separated with an = and a value
|
2019-05-12 19:35:13 +02:00
|
|
|
# parameters and values are not case sensitive except where specified
|
2010-03-29 01:07:08 +02:00
|
|
|
#
|
2011-02-21 02:03:08 +01:00
|
|
|
# lrzip 0.24+, peter hyman, pete@peterhyman.com
|
2010-03-29 01:07:08 +02:00
|
|
|
# ignored by earlier versions.
|
|
|
|
|
|
2019-05-12 19:35:13 +02:00
|
|
|
# Compression Window size in 100MB. Normally selected by program. (-w)
|
2011-02-21 02:03:08 +01:00
|
|
|
# WINDOW = 20
|
2019-05-12 19:35:13 +02:00
|
|
|
# Compression Level 1-9 (7 Default). (-L)
|
2011-02-21 02:03:08 +01:00
|
|
|
# COMPRESSIONLEVEL = 7
|
|
|
|
|
# Use -U setting, Unlimited ram. Yes or No
|
|
|
|
|
# UNLIMITED = NO
|
2019-05-12 19:35:13 +02:00
|
|
|
# Compression Method, rzip, gzip, bzip2, lzo, or lzma (default), or zpaq. (-n -g -b -l --lzma -z)
|
2021-08-29 09:15:14 +02:00
|
|
|
# May be overridden by command line compression choice.
|
2011-02-21 02:03:08 +01:00
|
|
|
# COMPRESSIONMETHOD = lzma
|
2019-05-12 19:35:13 +02:00
|
|
|
# Perform LZO Test. Default = YES (-T )
|
2011-02-23 17:07:57 +01:00
|
|
|
# LZOTEST = NO
|
2019-05-12 19:35:13 +02:00
|
|
|
# Hash Check on decompression, (-c)
|
2011-02-23 17:07:57 +01:00
|
|
|
# HASHCHECK = YES
|
2019-05-12 19:35:13 +02:00
|
|
|
# Show HASH value on Compression even if Verbose is off, YES (-H)
|
2011-02-23 17:07:57 +01:00
|
|
|
# SHOWHASH = YES
|
2010-03-29 01:07:08 +02:00
|
|
|
|
2019-05-12 19:35:13 +02:00
|
|
|
# Default output directory (-O)
|
2010-03-29 01:07:08 +02:00
|
|
|
# OUTPUTDIRECTORY = location
|
2019-05-12 19:35:13 +02:00
|
|
|
# Verbosity, YES or MAX (v, vv)
|
2011-02-21 02:03:08 +01:00
|
|
|
# VERBOSITY = max
|
2019-05-12 19:35:13 +02:00
|
|
|
# Show Progress as file is parsed, YES or no (NO = -q option)
|
|
|
|
|
# SHOWPROGRESS = YES
|
2010-03-29 01:07:08 +02:00
|
|
|
|
2019-05-12 19:35:13 +02:00
|
|
|
# Set Niceness. 19 is default. -20 to 19 is the allowable range (-N)
|
2011-02-21 02:03:08 +01:00
|
|
|
# NICE = 19
|
2010-03-29 01:07:08 +02:00
|
|
|
|
2019-05-12 19:35:13 +02:00
|
|
|
# Keep broken or damaged output files, YES (-K)
|
2011-02-23 17:07:57 +01:00
|
|
|
# KEEPBROKEN = YES
|
|
|
|
|
|
2019-05-12 19:35:13 +02:00
|
|
|
# Delete source file after compression (-D)
|
2010-03-29 01:07:08 +02:00
|
|
|
# this parameter and value are case sensitive
|
|
|
|
|
# value must be YES to activate
|
|
|
|
|
|
|
|
|
|
# DELETEFILES = NO
|
|
|
|
|
|
2019-05-12 19:35:13 +02:00
|
|
|
# Replace existing lrzip file when compressing (-f)
|
2010-03-29 01:07:08 +02:00
|
|
|
# this parameter and value are case sensitive
|
|
|
|
|
# value must be YES to activate
|
|
|
|
|
|
|
|
|
|
# REPLACEFILE = YES
|
|
|
|
|
|
2011-02-21 02:03:08 +01:00
|
|
|
# Override for Temporary Directory. Only valid when stdin/out or Test is used
|
|
|
|
|
# TMPDIR = /tmp
|
2011-04-22 10:49:24 +02:00
|
|
|
|
2019-05-12 19:35:13 +02:00
|
|
|
# Whether to use encryption on compression YES, NO (-e)
|
2011-04-22 10:49:24 +02:00
|
|
|
# ENCRYPT = NO
|
|
|
|
|
|