lrzip/doc/lrzip.conf.example

51 lines
1.3 KiB
Plaintext
Raw Normal View History

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
# parameters and values are not case sensitive
#
# lrzip 0.24+, peter hyman, pete@peterhyman.com
2010-03-29 01:07:08 +02:00
# ignored by earlier versions.
# Compression Window size in 100MB. Normally selected by program.
# WINDOW = 20
2010-03-29 01:07:08 +02:00
# Compression Level 1-9 (7 Default).
# COMPRESSIONLEVEL = 7
2010-03-29 01:07:08 +02:00
# Use -U setting, Unlimited ram. Yes or No
# UNLIMITED = NO
# Compression Method, rzip, gzip, bzip2, lzo, or lzma (default), or zpaq.
2010-03-29 01:07:08 +02:00
# If specified here, command line options not usable.
# COMPRESSIONMETHOD = lzma
2010-03-29 01:07:08 +02:00
# Test Threshold value 1-10 (2 Default).
# TESTTHRESHOLD = 2
2010-03-29 01:07:08 +02:00
# Default output directory
# OUTPUTDIRECTORY = location
# Verbosity, true or 1, or max or 2
# VERBOSITY = max
2010-03-29 01:07:08 +02:00
# Show Progress as file is parsed, true or 1, false or 0
# SHOWPROGRESS = true
2010-03-29 01:07:08 +02:00
# Set Niceness. 19 is default. -20 to 19 is the allowable range
# NICE = 19
2010-03-29 01:07:08 +02:00
# Delete source file after compression
# this parameter and value are case sensitive
# value must be YES to activate
# DELETEFILES = NO
# Replace existing lrzip file when compressing
# 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