uncompress_cmd 

Provides the command used to decompress files that were backed up with software compression.

Default value: None

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

For example, you could enter the following command:

uncompress_cmd = "uncompress -c $ > $"

Make sure that you adhere to the syntax rules - in particular, the double quotes " are essential.