From 5118facafd863c86ccea1db1917c200372baac5d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 17 Nov 2024 18:32:50 +0100 Subject: [PATCH] vzdump: change-detection: fix description and drop experimental note Signed-off-by: Thomas Lamprecht --- src/PVE/VZDump/Common.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/PVE/VZDump/Common.pm b/src/PVE/VZDump/Common.pm index 4c59c2c..95d9c05 100644 --- a/src/PVE/VZDump/Common.pm +++ b/src/PVE/VZDump/Common.pm @@ -356,8 +356,7 @@ my $confdesc = { }, 'pbs-change-detection-mode' => { type => 'string', - description => "PBS mode used to detect file changes and switch encoding. NOTE: `data` and `metadata` modes are experimental." - . " format for container backups.", + description => "PBS mode used to detect file changes and switch encoding format for container backups." optional => 1, enum => [ 'legacy', 'data', 'metadata' ], },