We would like to load a stored qcow2 snapshot on startup.
Curently we can do this manuely by the following commands:
qm start <VID>
qm suspend <VID>
qm monitor <VID>
loadvm <snapshot name>
quit
Is there a way to automate this procedure -- we could not figure out a way to pipe a command to the "monitor", we tried many different syntaxes and found none that would work.
Thanks,
Simeon
Curently we can do this manuely by the following commands:
qm start <VID>
qm suspend <VID>
qm monitor <VID>
loadvm <snapshot name>
quit
Is there a way to automate this procedure -- we could not figure out a way to pipe a command to the "monitor", we tried many different syntaxes and found none that would work.
Thanks,
Simeon