Having a couple of ESXi and a vCenter 6.5. I'd like to backup some of the production VMs i.e. have a "photo" of a known working state with all programs installed and configured for the purpose of restore operations (not data, of course) in case the VM gets corrupted or stops working for some reasons. I was thinking about:
- Clone the Virtual Machine. VM will be powered of for a consistent clone
- I'd clone it on a separate datastore sitting on a different virtual disk
- Remove the clone from the Inventory (because it's not supposed to be powered on / managed)
- In case the original VM gets corrupted, browser the datastore to the cloned vmx and then Register VM, to restore the VM to the known state
Of course I'm not referring to data backup, which will be treated separately. Is this solution ok or am I missing something?
And by the way, what's the difference between cloning, and simply copying the entire VM folder from one datastore to another?