]> git.proxmox.com Git - pve-container.git/commit
vzdump: move include logic for mountpoints to method
authorAaron Lauterer <a.lauterer@proxmox.com>
Mon, 22 Jun 2020 14:34:38 +0000 (16:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 Jun 2020 08:59:35 +0000 (10:59 +0200)
commitefd1706d2140ec0c83f2c6cc3aaa07726995766c
tree8f357dcf83beee0f3fd8a2f0c9248556b1a8caab
parentdd4fa308593e4a41021cb1c2a3a86da5fc22c031
vzdump: move include logic for mountpoints to method

Move the logic which mountpoints are included in the backup job to its
own method and adapt the VZDump code accordingly. This makes it possible
to develop other features around backup jobs.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
src/PVE/LXC/Config.pm
src/PVE/VZDump/LXC.pm