Show TOC

Syntax documentationuncompress_cmd Locate this document in the navigation structure

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

Syntax Syntax

  1. uncompress_cmd = <cmd>
End of the code.

Default value: none

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

Example 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.

End of the example.