Why don’t people just use rsync to back up vmware guests?

Because the transfer speeds out of the ESXi console are purposefully limited. Because this isn’t scalable in any way. Because you’d have to drop a statically-compiled rsync binary onto the ESXi host. Because the VMs, the VMDKs, their ramdisk files and other components can change enough to make rsync a losing proposition… do you really … Read more

What happens to children when deleting a snapshot in vmware?

You need to rewrite that snapshot tree. The actual tree looks like this: SnapshotA SnapshotB SnapshotC Current When you took SnapshotA, the main vmdk file was frozen and a new delta file was created. All changes were written to the delta file from that point onwards. When you took SnapshotB, the first delta file was … Read more

How to run VMWare ESX or ESXi in a virtual machine?

VMWare ESX or ESXi CAN run inside a virtual machine, provided certain prerequisites are satisfied. This kind of setup is of course completely useless (and totally unsupported) in a production environment, but can be very useful for two purposes: Testing or studying ESX or ESXi if you don’t have a physical server available. Testing or … Read more