]> git.proxmox.com Git - pve-guest-common.git/commit
vzdump: handle new jobs.cfg when removing VMIDs from backup jobs
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 12 Nov 2022 15:25:34 +0000 (16:25 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 12 Nov 2022 15:25:39 +0000 (16:25 +0100)
commit57f3baeb7624245bf7fa209793ccdcefd9627abf
treee16df9c82295caf0cc4ffb43baa7cdcd0f85c9d4
parent1791dd4a716692719900dbcadfe978a4353f8ed4
vzdump: handle new jobs.cfg when removing VMIDs from backup jobs

we use the relatively new SectionConfig functionallity of allowing to
parse/write unknown config types, that way we can directly use the
directly available base job plugin for vzdump jobs and update only
those, keeping the other jobs untouched.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/VZDump/Plugin.pm