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 Proxmox VE capabilities instead. During every backup session, Veeam Backup & Replication creates a Proxmox VE copy-on-write 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 Proxmox VE server.
- Configure worker settings.
- 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 Proxmox VE host connected to the backup infrastructure.
- Connects to the Proxmox VE server and creates a copy-on-write snapshot of the processed VM.
- Uses the worker to read data from disks that are attached to the processed VM, compares it to the data written to the snapshot created at the step 2, excludes the changes and transfers the resulting data to the target repository — and stores it in the native Veeam format.
To reduce the amount of data read from VM disks, Veeam Backup & Replication uses the changed block tracking (CBT) mechanism: during incremental backup sessions, Veeam Backup & Replicationcompares the current disk content with the backed-up content 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 VM disks. For more information, see Changed Block Tracking.
Veeam Backup & Replication compresses and deduplicates data saved to repositories.
- Removes the created snapshot and suspends the worker when the backup session completes.
Related Topics