[pve-devel] [PATCH pve-guest-common 1/1] vzdump: added "includename" option

Dietmar Maurer dietmar at proxmox.com
Wed Nov 13 16:36:06 CET 2019


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

> On 13 November 2019 15:02 Marco Gabriel <mgabriel at inett.de> wrote:
> 
>  
> Signed-off-by: Marco Gabriel <mgabriel at 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 at pve.proxmox.com
> https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel




More information about the pve-devel mailing list