mirror of
https://git.proxmox.com/git/pve-guest-common
synced 2025-08-03 13:32:21 +00:00
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:
parent
58923bbb7a
commit
23ef2fb414
@ -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' ],
|
||||
|
Loading…
Reference in New Issue
Block a user