qvm-backup: automatically start destination VM (#767)
This commit is contained in:
parent
d473140dff
commit
dc34b6c94c
@ -128,6 +128,9 @@ def main():
|
||||
"on the local filesystem (needs 1GB for temporary files)!"
|
||||
exit(1)
|
||||
|
||||
if not appvm.is_running():
|
||||
appvm.start(verbose=True)
|
||||
|
||||
prompt = raw_input ("Do you want to proceed? [y/N] ")
|
||||
if not (prompt == "y" or prompt == "Y"):
|
||||
exit (0)
|
||||
|
Loading…
Reference in New Issue
Block a user