Skip to content

Instantly share code, notes, and snippets.

@dagvl
Created March 19, 2009 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dagvl/81897 to your computer and use it in GitHub Desktop.
Save dagvl/81897 to your computer and use it in GitHub Desktop.
server_h = vix.Vix().Connect(...)
#snapshot restore
vm = server_h.Open("C:\\path\to\image")
vm.GetRootSnapshot()
vm.RevertToSnapshot()
vm.PowerOn()
server_h.Disconnect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment