mirror of
https://git.proxmox.com/git/pve-guest-common
synced 2025-07-27 10:51:59 +00:00
vzdump: change-detection: fix description and drop experimental note
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e476bfe4df
commit
5118facafd
@ -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' ],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user