]> git.proxmox.com Git - pve-manager.git/commit - PVE/API2/VZDump.pm
api: vzdump: add call to get currently configured vzdump defaults
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 6 Apr 2021 10:41:50 +0000 (12:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 3 May 2021 12:36:59 +0000 (14:36 +0200)
commit5b9a4030dd660c37feea81c1072045befe865330
tree0e524ed75fa344079cfdbd51bbef3c3326a6bd8c
parentf8b7b9e143d71ca5253756f6da89fa37d01b8fe3
api: vzdump: add call to get currently configured vzdump defaults

on a given node (and storage).

There is no datacenter/storage fallback for the bandwidth limit, so the default
can just be returned as is. While the bandwidth limit is a root-only option when
executing the backup, it still makes sense to return it for all users, so they
can see what's going to be used.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/API2/VZDump.pm