Comment 3 for bug 612373

Revision history for this message
Heinz-Josef Claes (hjclaes) wrote :

corrected in version 3.3-rc1

The call of storeBackup above is wrong. You also have to specify
-u 'gzip -d'
or storeBackupRecover (and others) will try to uncompress files with bzip2 (default value) instead of gzip.

Starting with version 3.3 you also have to change usage of option --checkDevicesCompr0 to
--checkDevicesCompr0 yes
or
--checkDevicesCompr0 check
due to functional enhancement.