Re: [pve-devel] [PATCH manager 1/1] vzdump: prepare 'exclude-path' for array format

2023-06-05 Thread Wolfgang Bumiller
On Mon, Jun 05, 2023 at 09:54:49AM +0200, Dominik Csapak wrote: > On 6/5/23 09:36, Wolfgang Bumiller wrote: > > On Fri, May 12, 2023 at 02:23:51PM +0200, Dominik Csapak wrote: > > > we want to move the 'exclude-path' to an array format (from > > > 'string-alist') > > > prepare the code that it can

Re: [pve-devel] [PATCH manager 1/1] vzdump: prepare 'exclude-path' for array format

2023-06-05 Thread Dominik Csapak
On 6/5/23 09:36, Wolfgang Bumiller wrote: On Fri, May 12, 2023 at 02:23:51PM +0200, Dominik Csapak wrote: we want to move the 'exclude-path' to an array format (from 'string-alist') prepare the code that it can be either a string or a list Signed-off-by: Dominik Csapak --- PVE/VZDump.pm | 21

Re: [pve-devel] [PATCH manager 1/1] vzdump: prepare 'exclude-path' for array format

2023-06-05 Thread Wolfgang Bumiller
On Fri, May 12, 2023 at 02:23:51PM +0200, Dominik Csapak wrote: > we want to move the 'exclude-path' to an array format (from 'string-alist') > prepare the code that it can be either a string or a list > > Signed-off-by: Dominik Csapak > --- > PVE/VZDump.pm | 21 + > 1 file c

[pve-devel] [PATCH manager 1/1] vzdump: prepare 'exclude-path' for array format

2023-05-12 Thread Dominik Csapak
we want to move the 'exclude-path' to an array format (from 'string-alist') prepare the code that it can be either a string or a list Signed-off-by: Dominik Csapak --- PVE/VZDump.pm | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/PVE/VZDump.pm b/PVE/VZD