[pve-devel] About PVE Backup Integration Guide
Fiona Ebner
f.ebner at proxmox.com
Tue Apr 1 13:18:56 CEST 2025
Am 01.04.25 um 12:59 schrieb Prashant Patil:
> Just for clarity - The backup/restore jobs will be configured on the
> Proxmox VE side, the job gets triggered on Proxmox VE side and that is
> where the provider API comes into picture to take backups to specified
> storage. Is this understanding correct?
Yes, the API is designed for the integrated backup/restore tasks on the
Proxmox VE side. The implementation of the API methods will serve as a
bridge to your backup server.
If you really want, nothing prevents to manage your own jobs from the
server side. You'd just need to issue the relevant API calls via the
Proxmox VE REST API, e.g.:
1. Your job on the server side decides to run a backup.
2. It sends the 'vzdump' API call to the Proxmox VE node.
3. The Proxmox VE node will call the methods of your backup provider API
implementation.
4. Inside these methods, you get access to the data that can be
transferred to your backup server.
Best Regards,
Fiona
More information about the pve-devel
mailing list