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' ], },