Show TOC

uncompress_cmdLocate this document in the navigation structure

This parameter defines the command to decompress files that were backed up with software compression.

            uncompress_cmd = <cmd>
         

Default value: none

The command must contain two $ characters, one for the file before decompression and one for after.

Example

For example, you could enter the following command:

uncompress_cmd = "uncompress -c $ > $"

Be sure to follow the syntax rules. In particular, the double quotes are essential.