]> git.proxmox.com Git - pve-manager.git/commit
vzdump: allow backups from plugins
authorOguz Bektas <o.bektas@proxmox.com>
Mon, 19 Jul 2021 13:07:54 +0000 (15:07 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 30 Jul 2021 15:08:58 +0000 (17:08 +0200)
commitdfc62e829cf5d7bb06a5a7d9bfefba93eed6f697
tree394b84a95efe622f93094b6ca74f27fe1e8b8ed5
parent60bc0e49061627c41f67cc1a119f8ec0cd32fb15
vzdump: allow backups from plugins

remove type check for the specific plugins, instead we can deduce it
from the supported content type in config (this can only be set on
storages that declare to support backups). should also work with
external storage plugins.

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
PVE/VZDump.pm