VM Backup
To produce backups of VMs, Veeam Backup for Nutanix AHV 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.
While creating image-level backups, Veeam Backup for Nutanix AHV does not install agent software inside VMs to retrieve data. Veeam Backup for Nutanix AHV uses native Nutanix AHV capabilities instead. During every backup session, Veeam Backup for Nutanix AHV creates a Nutanix AHV live snapshot of each VM added to a backup job. The snapshot is further used to create a VM backup.
How to Protect VMs
- Check system requirements and account permissions.
- Add backup repositories.
- Connect the Nutanix AHV server.
- Deploy a Nutanix AHV backup appliance.
- Configure worker settings.
- Complete the New Backup Job wizard.
How VM Backup Works
Veeam Backup for Nutanix AHV performs VM backup in the following way:
- Connects to the Nutanix AHV server (Prism Central or Nutanix AHV cluster) over Nutanix REST API and creates a backup snapshot of the processed VM or a protection domain to which the VM belongs.
- Launches a worker on the same host where the processed VM resides.
If no worker is deployed on the host, Veeam Backup for Nutanix AHV launches a worker that is deployed on any other host connected to the Nutanix AHV server; if no workers are deployed on hosts, the embedded worker is used instead.
- Re-creates VM disks from the snapshot created at step 1, adds them to a temporary volume group and attaches it to the worker.
- Uses the worker to read data from disks of the volume group, transfers the data to the target repository and stores it in the native Veeam format.
To reduce the amount of data read from snapshots, Veeam Backup for Nutanix AHV uses the changed block tracking (CBT) mechanism: during incremental backup sessions, Veeam Backup for Nutanix AHV compares the new snapshot with the previous one and reads only those data blocks that have changed since the previous backup session. If CBT cannot be used, Veeam Backup for Nutanix AHV reads all data from the snapshot. For more information, see Changed Block Tracking.
Veeam Backup for Nutanix AHV compresses and deduplicates data saved to repositories.
- Suspends the worker when the backup session completes.
Note |
To limit the impact of backup tasks on network performance, Veeam Backup for Nutanix AHV applies network traffic throttling rules that prevent jobs from utilizing the entire bandwidth available in your environment. |
Related Topics