I am trying to use the vmrun command line utility to clone the VM on workstation that is currently powered off.
I am using the following command using vmrun --help:
$> *vmrun -T ws "path-to-the-.vmx-file-of-the-vm-that-needsto-be-cloned" "path-to-the- directory-where-the-cloned-vm-should-be-created" full -cloneName=NameOfTheClonedVM*
I keep getting the following error:
Error: The Snapshot already exists
Am I missing something here?
Any help would be much appreciated.