]> git.proxmox.com Git - pve-guest-common.git/commit
fix #1291: implement remove_vmid_from_backup_jobs
authorChristian Ebner <c.ebner@proxmox.com>
Tue, 15 Oct 2019 11:00:20 +0000 (13:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Oct 2019 05:47:23 +0000 (07:47 +0200)
commit8c3af925740ec8403ed3108c24bea6e048387251
treebd3d06aae77916a942447c465f89b3b284a71822
parente2a0a93be037f6f4496c957272c9f30de96fd49e
fix #1291: implement remove_vmid_from_backup_jobs

remove_vmid_from_backup_jobs updates the vzdump.cron backup jobs,
excluding the given vmid.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
PVE/VZDump/Plugin.pm