IMHO this is the wrong way to store additional information about
the backup. 

> On 13 November 2019 15:02 Marco Gabriel <mgabr...@inett.de> wrote:
> 
>  
> Signed-off-by: Marco Gabriel <mgabr...@inett.de>
> ---
>  PVE/VZDump/Common.pm | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/PVE/VZDump/Common.pm b/PVE/VZDump/Common.pm
> index 4789a50..0a70b0c 100644
> --- a/PVE/VZDump/Common.pm
> +++ b/PVE/VZDump/Common.pm
> @@ -213,6 +213,12 @@ my $confdesc = {
>       type => 'string',
>       description => 'Backup all known guest systems included in the 
> specified pool.',
>       optional => 1,
> +    },
> +    includename => {
> +     type => 'boolean',
> +     description => 'Include name of VM in backup file name.',
> +     optional => 1,
> +     default => 0,
>      }
>  };
>  
> -- 
> 2.20.1
> 
> _______________________________________________
> pve-devel mailing list
> pve-devel@pve.proxmox.com
> https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to