5
0
mirror of git://git.proxmox.com/git/pve-guest-common.git synced 2025-08-24 09:49:31 +03:00

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