Werk #256: wato snapshots: snapshot restore no longer fails with older python versions
Component | Setup | ||
Title | wato snapshots: snapshot restore no longer fails with older python versions | ||
Date | Jan 14, 2014 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
Python versions <= 2.6.6 had problems on restoring snapshots files.
The python tarfile module crashed when it tried to unpack tarfiles with no content.
The new implementation now uses the tar from the command line instead of the python tarfile module.