[pve-devel] [PATCH pve-guest-common 1/1] vzdump: added "includename" option
Marco Gabriel
mgabriel at inett.de
Wed Nov 13 15:02:19 CET 2019
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
More information about the pve-devel
mailing list