VM Backup
To produce backups of VMs, Veeam Backup & Replication runs backup jobs. A backup job is a collection of settings that define the way backup operations are performed: what data to back up, where to store backups, when to start the backup process, and so on.
Veeam Backup & Replication does not install agent software inside VMs to back up VM data — it uses native HPE Morpheus VM Essentials capabilities instead. During every backup session, Veeam Backup & Replication creates a HPE Morpheus VM Essentials copy-on-write snapshots of disks of each VM added to a backup job. The snapshots are further used to create a VM backup.
How to Protect VMs
- Check system requirements and account permissions.
- Add backup repositories.
- Connect the HPE Morpheus VM Essentials server.
- Configure worker settings.
- [Optional] Configure email settings and notifications.
- Complete the New Backup Job wizard.
How VM Backup Works
Veeam Backup & Replication performs VM backup in the following way:
- Launches a worker on the same host where the processed VM resides.
If no worker is deployed on the host, Veeam Backup & Replication launches a worker that is deployed on any other HPE Morpheus VM Essentials host of the same HPE Morpheus VM Essentials server.
- Connects to the HPE Morpheus VM Essentials manager and creates copy-on-write disk snapshots of the processed VM.
- Uses the worker to read data from the snapshots of VM disks created at the step 2, transfers the data to the target backup repository and stores it in the native Veeam format.
To reduce the amount of data read from snapshots, Veeam Backup & Replication uses the changed block tracking (CBT) mechanism: during incremental backup sessions, Veeam Backup & Replication use native libvirt and QEMU mechanisms to retrieve only those data blocks that have changed since the previous backup session. If CBT cannot be used, Veeam Backup & Replication reads all data from the snapshots. For more information, see Changed Block Tracking.
Veeam Backup & Replication compresses and deduplicates data saved to repositories.
- Removes the created snapshot and shut downs the worker when the backup session completes.
Related Topics