Changing VMware Snapshot file location from default.

Asked By 0 points N/A Posted on -
qa-featured

I use VMware and take many snapshots. Its default file location is very difficult to reach out to whenever I need it. So, I need to change the VMware Snapshot file location from its default value. Can

someone tell how?

SHARE
Best Answer by
Answered By 10 points N/A #329239

Changing VMware Snapshot file location from default.

qa-featured

. VMware snapshot is a copy of any VMDK (VM’s Disk file) at any given instance in time. The default location of VMware snapshots is in the VM bundle. But, these snapshots are not individual copies of data, they are dependent on their base disks.

Steps to change location:

  • Power off the VM
  • Log in to ESXi host
  • Open VM’s ‘.vmx’ configuration files.
  • Add these commands to the files

    workingDir = “new_path_location”
snapshot.redoNotWithParent = “true”

  • Save the changes and close the files.
  • Reload the VM configuration.
  • Power on the machine

Related Questions