core-admin/core
Marek Marczykowski-Górecki 7b1e9f3bfb backups: implement backup header
It stores basic backup information like used hmac/crypto algorithm,
whether backup is encrypted/compressed and possibly more. The header
file is parsed only after successful HMAC verification. Because we do
not know which HMAC algorithm was used before reading the header, try to
guess trying all supported (starting with the default one).

Backup header is stored as the first file, which is always not encrypted
and not compressed. Then qubes.xml follows.
2014-01-15 03:53:45 +01:00
..
__init__.py Move all files one level up 2013-03-16 19:56:51 +01:00
.gitignore Move all files one level up 2013-03-16 19:56:51 +01:00
backup.py backups: implement backup header 2014-01-15 03:53:45 +01:00
guihelpers.py Move all files one level up 2013-03-16 19:56:51 +01:00
qubes.py core: do not truncate qubes.xml during save() 2013-12-02 03:50:55 +01:00
qubesutils.py Fix qvm-block crash with /dev/mdXpY devices 2014-01-08 11:51:05 +01:00