backup: use 'dom0' as source domain for RPC calls

This commit is contained in:
Marek Marczykowski-Górecki 2013-11-09 17:12:41 +01:00
parent 661a1ba4af
commit c61a4570e8

View File

@ -1400,7 +1400,7 @@ def restore_vm_dirs (backup_dir, backup_tmpdir, passphrase, vms_dirs, vms, vms_s
vmproc = None vmproc = None
if appvm != None: if appvm != None:
# Prepare the backup target (Qubes service call) # Prepare the backup target (Qubes service call)
backup_target = "QUBESRPC qubes.Restore none" backup_target = "QUBESRPC qubes.Restore dom0"
# does the vm exist? # does the vm exist?
qvm_collection = QubesVmCollection() qvm_collection = QubesVmCollection()
@ -1524,7 +1524,7 @@ def backup_restore_header(restore_target, passphrase, encrypt=False, appvm=None)
if appvm != None: if appvm != None:
# Prepare the backup target (Qubes service call) # Prepare the backup target (Qubes service call)
restore_command = "QUBESRPC qubes.Restore none" restore_command = "QUBESRPC qubes.Restore dom0"
# does the vm exist? # does the vm exist?
qvm_collection = QubesVmCollection() qvm_collection = QubesVmCollection()