2019-05-12 19:35:13 +02:00
|
|
|
.TH "lrzip.conf" "5" "January 2009, updated May 2019" "" ""
|
2010-03-29 01:07:08 +02:00
|
|
|
.SH "NAME"
|
|
|
|
|
lrzip.conf \- Configuration File for lrzip
|
|
|
|
|
.SH "DESCRIPTION"
|
|
|
|
|
.PP
|
|
|
|
|
This file if used, will be read by the lrzip program\&, parsed\&,
|
|
|
|
|
and options passed to the program\&. Some options may be overridden
|
|
|
|
|
on the command line\&. Others are fixed\&.
|
|
|
|
|
.PP
|
|
|
|
|
The configuration file must be called \fBlrzip\&.conf\fP\&.
|
|
|
|
|
The lrzip program will search for the file automatically in one of
|
|
|
|
|
three places\&:
|
|
|
|
|
.nf
|
|
|
|
|
$PWD \- Current Directory
|
|
|
|
|
/etc/lrzip
|
2019-05-12 19:35:13 +02:00
|
|
|
$HOME/\&.lrzip
|
2010-03-29 01:07:08 +02:00
|
|
|
.PP
|
|
|
|
|
Parameters are set in \fBPARAMETER\&=VALUE\fP fashion where any line
|
|
|
|
|
beginning with a \fB#\fP or that is blank will be ignored\&.
|
2019-05-12 19:35:13 +02:00
|
|
|
Parameter values are not case sensitive except where specified\&.
|
2010-03-29 01:07:08 +02:00
|
|
|
.PP
|
|
|
|
|
.SH "CONFIG FILE EXAMPLE"
|
|
|
|
|
.nf
|
|
|
|
|
# This is a comment.
|
|
|
|
|
|
2019-05-12 19:35:13 +02:00
|
|
|
# Compression Window size in 100MB. Normally selected by program. (-w)
|
|
|
|
|
# WINDOW = 20
|
|
|
|
|
# Compression Level 1-9 (7 Default). (-L)
|
2011-02-23 17:07:57 +01:00
|
|
|
# COMPRESSIONLEVEL = 7
|
2019-05-12 19:35:13 +02:00
|
|
|
# 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)
|
|
|
|
|
# If specified here, command line options not usable.
|
|
|
|
|
# COMPRESSIONMETHOD = lzma
|
|
|
|
|
# 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
|
|
|
|
|
|
2019-05-12 19:35:13 +02:00
|
|
|
# Default output directory (-O)
|
2011-02-23 17:07:57 +01:00
|
|
|
# OUTPUTDIRECTORY = location
|
2019-05-12 19:35:13 +02:00
|
|
|
# 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)
|
2011-02-23 17:07:57 +01:00
|
|
|
# NICE = 19
|
|
|
|
|
|
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
|
2019-05-12 19:35:13 +02:00
|
|
|
|
2010-03-29 01:07:08 +02:00
|
|
|
# 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
|
2011-02-21 02:03:08 +01:00
|
|
|
|
2019-05-12 19:35:13 +02:00
|
|
|
# REPLACEFILE = YES
|
|
|
|
|
|
|
|
|
|
# Override for Temporary Directory. Only valid when stdin/out or Test is used
|
2011-02-23 17:07:57 +01:00
|
|
|
# TMPDIR = /tmp
|
2019-05-12 19:35:13 +02:00
|
|
|
|
|
|
|
|
# Whether to use encryption on compression YES, NO (-e)
|
|
|
|
|
# ENCRYPT = NO
|
|
|
|
|
|
2010-03-29 01:07:08 +02:00
|
|
|
.fi
|
|
|
|
|
.PP
|
|
|
|
|
.SH "NOTES"
|
|
|
|
|
.PP
|
|
|
|
|
Be careful when using \fBDELETEFILES\fP or \fBREPLACEFILE\fP as
|
|
|
|
|
no warning will be given and lrzip will simply delete the source
|
|
|
|
|
or replace the output file!
|
|
|
|
|
.PP
|
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
|
lrzip(1)
|