[pve-devel] About PVE Backup Integration Guide
Prashant Patil
Prashant.Gamepatil at veritas.com
Tue Apr 1 13:54:50 CEST 2025
Instead of making such multiple hops, can we have APIs exposed by Proxmox VE which we can use? E.g. API to get consistent snapshot-access to a virtual disk.
This way we have better control on monitoring jobs, API contracts are decided, it is also easy to troubleshoot issues on each side, etc. Let me know your thoughts on this. With Proxmox VE REST APIs, we already have several APIs for nodes/VMs management.
Regards
Prashant
-----Original Message-----
From: Fiona Ebner <f.ebner at proxmox.com>
Sent: 01 April 2025 04:49 PM
To: Prashant Patil <Prashant.Gamepatil at veritas.com>; Proxmox VE development discussion <pve-devel at lists.proxmox.com>; Thomas Lamprecht <t.lamprecht at proxmox.com>
Cc: Anuradha Joshi <Anuradha.Joshi at veritas.com>; Sudhir Subbarao <Sudhir.Subbarao at veritas.com>; Jason Voneberstein <Jason.vonEberstein at veritas.com>
Subject: Re: [pve-devel] About PVE Backup Integration Guide
CAUTION: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. If you believe this is a phishing email, use the Report to Cybersecurity icon in Outlook.
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
This message was sent by an employee of Arctera.
More information about the pve-devel
mailing list