summaryrefslogtreecommitdiff
blob: 230003d4c6171a089bdff0b435c1d506fc5bbde6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.TH "COMPRESS_GCLOOP_UCL" "6" "Jan 2004" "gcloop 0.99" "gcloop"
.SH NAME
compress_gcloop_ucl \- creates gcloop_ucl images [PLACEHOLDER]
.SH SYNOPSIS
.B compress_gcloop_ucl [options] infile outfile
.B compress_gcloop_ucl -V
.SH DESCRIPTION
\fBcompress_gcloop_ucl\fR can be utilized to create a compressed 
image to be used as compressed loopback.
.SH PARAMETERS
.TP
.BR infile
Input image file, to use stdin instead use "-" instead of a filename
.TP
.BR outfile
Output file
.SH OPTIONS
.TP
.BR -b 
Set the blocksize, in bytes. The number has to be a multiple of 512.
The suggested sizes are 65536 (64k) and 131072 (128k). Due to kernel
memory allocation 128k is the current max
.TP
.BR -c
Set the compression level, the range is up to the compressor used
commonly 0-10 for ucl algorithm and 0-9 for zlib algorithm.
.TP
.BR -i
Set the input imagesize, in bytes. To be used if cannot be determined
.TP
.BR -I
Force the input imagesize, in bytes.
.TP
.BR -v
Verboseness level, cumulable. -v just give you a summary, -vv and -vvv
report per block statistics.
.TP
.BR -V
Print the version and exit.
.TP
.BR -C
\&[not implemented yet]
Set the compression algorithm.
.TP
.SH "EXAMPLES"
.B compress_gcloop_ucl
image.iso image.ucl
.br
.B compress_gcloop_ucl
-vv -c 9 -b 131072 image.iso image.ucl
.br
mkisofs -r datadir |
.B compress_gcloop_ucl
 - image.ucl
.SH "REPORTING BUGS"
Please report bugs via http://bugs.gentoo.org/
.SH "SEE ALSO"
.BR create_gcloop_ucl (1),
.BR extract_gcloop_ucl (1)
.SH AUTHORS
Paul 'Rusty' Russel (original author)
.br
Klaus Knopper <knopper@knopper.net>
.br
Valentijn Sessink <valentyn@openoffice.nl> (total rewrite)
.br
Luca Barbato <lu_zero@gentoo.org> (revamped version)