vzdump: avoid declaring whole PBS change-detection mode as experimental

As the legacy option is the long-time and stable default.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-07-31 14:35:42 +02:00
parent 58923bbb7a
commit 23ef2fb414

View File

@ -356,7 +356,7 @@ my $confdesc = {
},
'pbs-change-detection-mode' => {
type => 'string',
description => "EXPERIMENTAL: PBS mode used to detect file changes and switch encoding"
description => "PBS mode used to detect file changes and switch encoding. NOTE: `data` and `metadata` modes are experimental."
. " format for container backups.",
optional => 1,
enum => [ 'legacy', 'data', 'metadata' ],