]> git.proxmox.com Git - pve-manager-legacy.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)
commit9a2c474687d8c0e74ba0e0a970baca8da78efe6f
tree9af1869ea8e93c9f1475d69a84395e21eb594fe7
parent4418dc57f22cffdda25e20d16b479f78420c8a0a
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