from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209579

userrating:


May 25th. 2007:
Words

486

Views

258584

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149873

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





Content-type: text/html Manpage of lrzip.conf

lrzip.conf

Section: (5)
Updated: January 2009, updated May 2019
Index Return to Main Contents
 

NAME

lrzip.conf - Configuration File for lrzip  

DESCRIPTION

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.

The configuration file must be called lrzip.conf. The lrzip program will search for the file automatically in one of three places:

$PWD - Current Directory
/etc/lrzip
$HOME/.lrzip

Parameters are set in PARAMETER=VALUE fashion where any line
beginning with a # or that is blank will be ignored.
Parameter values are not case sensitive except where specified.

 

CONFIG FILE EXAMPLE

# This is a comment.

# Compression Window size in 100MB. Normally selected by program. (-w)
# WINDOW = 20
# Compression Level 1-9 (7 Default). (-L)
# COMPRESSIONLEVEL = 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)
# If specified here, command line options not usable.
# COMPRESSIONMETHOD = lzma
# Perform LZO Test. Default = YES (-T )
# LZOTEST = NO
# Hash Check on decompression, (-c)
# HASHCHECK = YES
# Show HASH value on Compression even if Verbose is off, YES (-H)
# SHOWHASH = YES

# 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)
# ENCRYPT = NO

 

NOTES

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

 

SEE ALSO

lrzip(1)


 

Index

NAME
DESCRIPTION
CONFIG FILE EXAMPLE
NOTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 19:39:11 GMT, April 11, 2026





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 13.4 ms