At some point you might need to restore a virtual disk from the backup data that you gathered as described in Changed Block Tracking on Virtual Disks. The essential procedure is as follows:
1 | |
2 | Using VirtualMachineConfigInfo that corresponds to the last known good state of the guest operating system, re-create the virtual machine as described in Using the VirtualMachineConfigInfo. |
3 | Completely reload the base virtual disk using the full backup that started the most recent series of incremental backups. |
4 | Create a snapshot. This is mandatory for SAN mode restore. A restore snapshot is forbidden when restoring to the parent (backing) disk on a VVol datastore. |
5 | For SAN mode restore, disable changed block tracking. SAN writes are not possible with it enabled |
6 | Sequentially restore the incremental backup data. You can do this either forwards or backwards. If you work forwards, the restore might write some sectors more than once. If you work backwards, you must keep track of which sectors were restored so as to avoid restoring them again from older data. |
7 | If applicable (SAN mode) revert to the base virtual disk, thus eliminating the snapshot. |