fusecompress_offline1

Langue: en

Version: 369668 (fedora - 01/12/10)

Section: 1 (Commandes utilisateur)

NAME

fusecompress_offline - decompress or compress data without need to mount the compressed virtual filesystem

SYNOPSIS

fusecompress_offline [-h] [-v] [-c TYPE] [-b SIZE] targetDir

DESCRIPTION

fusecompress_offline decompress or compress data without need to mount the compressed virtual filesystem. It works like the tar or zip programs.

If -c is set the data will be compressed by required compression method. Files already compressed by a different compression method are recompressed to required compression method. Files already compressed by the required compression method are left untouched.

targetDir may be a single file or a directory. In the latter case the directory will be processed recursively and all found files are processed.

OPTIONS

-h
Prints help.
-v
Prints version.
-c [lzo|bz2|gz|none]
Sets the default compression method. Lzo, bz2 and gz are supported at this time. Lzo is the fastest, bz2 has the highest compression ratio, but it is the slowest and the gz is somewhere between them in terms of speed and compression ratio. The none compression method is there for testing only as it doesn't compress data, it copies the data without any modification (fusecompress' header is added).

If this option is not set, fusecompress_offline decompress the data.

-b SIZE
Sets the block size. The vaule is in kilobytes. Bigger block size allows better compression ratio, but random access to data will be slower and memory requirements will be bigger.

If this option is not set, the block size is set to 100KiB.

-f EXT1,EXT2,EXT3,...
Files with listed extensions will be always compressed. Usable when you want to compress files like *.avi, *.pdf, etc...

DISCLAIMER

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please refer to the "COPYING" file distributed with fusecompress for complete details.

AUTHORS

fusecompress_offline was written by Milan Svoboda <milan.svoboda@centrum.cz>.

SEE ALSO

fusecompress