Re: [pve-devel] [PATCH v5 qemu-server] vzdump: move include logic for volumes to method

2020-06-08 Thread Aaron Lauterer
On 6/5/20 8:43 PM, Thomas Lamprecht wrote: On 5/6/20 11:57 AM, Aaron Lauterer wrote: Move the logic which volumes 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

Re: [pve-devel] [PATCH v5 qemu-server] vzdump: move include logic for volumes to method

2020-06-05 Thread Thomas Lamprecht
On 5/6/20 11:57 AM, Aaron Lauterer wrote: > Move the logic which volumes 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 > --- > v4->v5: > * use new

[pve-devel] [PATCH v5 qemu-server] vzdump: move include logic for volumes to method

2020-05-06 Thread Aaron Lauterer
Move the logic which volumes 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 --- v4->v5: * use new foreach_volume call * change $ret_volumes to