qvm-backup: automatically start destination VM (#767)

This commit is contained in:
Marek Marczykowski-Górecki 2014-01-15 05:52:46 +01:00
parent d473140dff
commit dc34b6c94c

View File

@ -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)