1lrzip.conf(5)                                                    lrzip.conf(5)
2
3
4

NAME

6       lrzip.conf - Configuration File for lrzip
7

DESCRIPTION

9       This  file  if  used,  will  be  read by the lrzip program, parsed, and
10       options passed to the program. Some options may be  overridden  on  the
11       command line. Others are fixed.
12
13       The  configuration  file  must be called lrzip.conf.  The lrzip program
14       will search for the file automatically in one of three places:
15       $PWD - Current Directory
16       /etc/lrzip
17       $HOME/./lrzip
18
19       Parameters are set in PARAMETER=VALUE fashion where any line
20       beginning with a # or that is blank will be ignored.
21

CONFIG FILE EXAMPLE

23       # This is a comment.
24
25       # Compression Window size in 100MB. Normally selected by program.
26       WINDOW = 5
27       # Compression Level 1-9 (7 Default).
28       COMPRESSIONLEVEL = 7
29       # Compression Method, rzip, gzip, bzip2, lzo, or lzma (default).
30       COMPRESSIONMETHOD = lzma
31       # Test Threshold value 1-10 (2 Default).
32       TESTTHRESHOLD = 2
33       # Default output directory
34       OUTPUTDIRECTORY = location
35       # Verbosity, true or 1, or max or 2
36       VERBOSITY = max
37       # Show Progress as file is parsed, true or 1, false or 0
38       SHOWPROGRESS = true
39       # Set Niceness. 19 is default. -20 to 19 is the allowable range
40       NICE = 19
41       # Delete source file after compression
42       # this parameter and value are case sensitive
43       # value must be YES to activate
44       # DELETEFILES = NO
45
46       # Replace existing lrzip file when compressing
47       # this parameter and value are case sensitive
48       # value must be YES to activate
49       # REPLACEFILE = NO
50

NOTES

52       Be careful when using DELETEFILES or REPLACEFILE as no warning will  be
53       given  and  lrzip  will  simply delete the source or replace the output
54       file!
55

SEE ALSO

57       lrzip(1)
58
59
60
61                                 January 2009                    lrzip.conf(5)
Impressum