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

Marco Gabriel mgabriel at inett.de
Wed Nov 13 14:54:32 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