vzdump: change-detection: fix description and drop experimental note

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-17 18:32:50 +01:00
parent e476bfe4df
commit 5118facafd

View File

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