backups: fix qvm-backup-restore calls
Do not use backup_restore_header, it is called from backup_restore_prepare now.
This commit is contained in:
parent
a2037a4985
commit
8d445beebb
@ -108,9 +108,6 @@ def main():
|
||||
passphrase = getpass.getpass("Please enter the pass phrase that will be used to decrypt/verify the backup: ")
|
||||
|
||||
print >> sys.stderr, "Checking backup content..."
|
||||
restore_tmpdir,qubes_xml = backup_restore_header(backup_dir, passphrase,
|
||||
encrypted=options.decrypt, compressed=options.compressed,
|
||||
appvm=appvm)
|
||||
|
||||
restore_info = None
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user