1FUSECOMPRESS_OFFLINE(1) Compressed filesystem offline FUSECOMPRESS_OFFLINE(1)
2
3
4
6 fusecompress_offline - decompress or compress data without need to
7 mount the compressed virtual filesystem
8
10 fusecompress_offline [-h] [-v] [-c TYPE] [-b SIZE] targetDir
11
13 fusecompress_offline decompress or compress data without need to mount
14 the compressed virtual filesystem. It works like the tar or zip pro‐
15 grams.
16
17 If -c is set the data will be compressed by required compression
18 method. Files already compressed by a different compression method are
19 recompressed to required compression method. Files already compressed
20 by the required compression method are left untouched.
21
22 targetDir may be a single file or a directory. In the latter case the
23 directory will be processed recursively and all found files are pro‐
24 cessed.
25
27 -h Prints help.
28
29 -v Prints version.
30
31 -c [lzo|bz2|gz|none]
32 Sets the default compression method. Lzo, bz2 and gz are sup‐
33 ported at this time. Lzo is the fastest, bz2 has the highest
34 compression ratio, but it is the slowest and the gz is somewhere
35 between them in terms of speed and compression ratio. The none
36 compression method is there for testing only as it doesn't com‐
37 press data, it copies the data without any modification (fusec‐
38 ompress' header is added).
39
40 If this option is not set, fusecompress_offline decompress the
41 data.
42
43 -b SIZE
44 Sets the block size. The vaule is in kilobytes. Bigger block
45 size allows better compression ratio, but random access to data
46 will be slower and memory requirements will be bigger.
47
48 If this option is not set, the block size is set to 100KiB.
49
50 -f EXT1,EXT2,EXT3,...
51 Files with listed extensions will be always compressed. Usable
52 when you want to compress files like *.avi, *.pdf, etc...
53
55 This program is distributed in the hope that it will be useful, but
56 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
57 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please refer to the
58 "COPYING" file distributed with fusecompress for complete details.
59
61 fusecompress_offline was written by Milan Svoboda <milan.svoboda@cen‐
62 trum.cz>.
63
65 fusecompress
66
67
68
691.99.16 2008-06-06 FUSECOMPRESS_OFFLINE(1)