]> git.proxmox.com Git - pve-storage.git/commit
add FileRestore API for PBS
authorStefan Reiter <s.reiter@proxmox.com>
Thu, 22 Apr 2021 15:34:54 +0000 (17:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Apr 2021 12:09:48 +0000 (14:09 +0200)
commitf1a3ce3b17737b5001c3c19996902967c3f1ba72
tree9590f037f7e057ed6449aa993947d578f0bdfe01
parent6035a5dfb1a2db98c2f15115ab2ac362535ae586
add FileRestore API for PBS

Includes list and restore calls.

Requires VM.Backup and Datastore.Audit permissions, for the accessed
VM/CT and containing datastore respectively.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/API2/Storage/FileRestore.pm [new file with mode: 0644]
PVE/API2/Storage/Makefile
PVE/API2/Storage/Status.pm