[pve-devel] [PATCH v2 guest-common 4/4] vzdump: schema: add 'pbs-entries-max' property

Alexander Zeidler a.zeidler at proxmox.com
Thu Jun 15 16:14:45 CEST 2023


Signed-off-by: Alexander Zeidler <a.zeidler at proxmox.com>
---
Changes from v1:
Improve description
Move description to 'performance' section
Remove arrow alignment


 src/PVE/VZDump/Common.pm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/PVE/VZDump/Common.pm b/src/PVE/VZDump/Common.pm
index a6fe483..83b715d 100644
--- a/src/PVE/VZDump/Common.pm
+++ b/src/PVE/VZDump/Common.pm
@@ -88,6 +88,16 @@ PVE::JSONSchema::register_format('backup-performance', {
 	default => 16,
 	optional => 1,
     },
+    'pbs-entries-max' => {
+	description => "Applies to file-based PBS backups. Increase it to enable backups of ".
+	    "folders with a large amount of files. The number adds up from the maximum path ".
+	    "depth of a stored file/folder plus all antecedent file/folder siblings until ".
+	    "there (but not their recursive files).",
+	type => 'integer',
+	minimum => 1,
+	default => 1048576,
+	optional => 1,
+    },
 });
 
 my $confdesc = {
-- 
2.39.2






More information about the pve-devel mailing list