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.
While creating image-level backups, Veeam Backup & Replication does not install agent software inside VMs to retrieve data. Veeam Backup & Replication uses native Nutanix AHV capabilities instead. During every backup session, Veeam Backup & Replication 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.
- Configure worker settings.
- Complete the New Backup Job wizard.
How VM Backup Works
Veeam Backup & Replication 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.
- Launches a worker on the same host where the processed VM resides.
If no worker is deployed on the host, Veeam Backup & Replication launches any other Nutanix AHV worker that is added to the backup infrastructure.
- 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 & Replication uses the changed block tracking (CBT) mechanism: during incremental backup sessions, Veeam Backup & Replication 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 & Replication reads all data from the snapshot. For more information, see Changed Block Tracking.
Veeam Backup & Replication 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 & Replication applies network traffic throttling rules that prevent jobs from utilizing the entire bandwidth available in your environment. |
Related Topics