mirror of
https://git.proxmox.com/git/pve-guest-common
synced 2025-04-29 14:09:20 +00:00
vzdump: add PBS change detection mode configuration
Define the possible modes to be configured in a PBS file change detection mode. Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
parent
6ca6ff2365
commit
35d0e15e84
@ -354,6 +354,13 @@ my $confdesc = {
|
|||||||
requires => 'storage',
|
requires => 'storage',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
},
|
},
|
||||||
|
'pbs-change-detection-mode' => {
|
||||||
|
type => 'string',
|
||||||
|
description => "EXPERIMENTAL: PBS mode used to detect file changes and switch encoding"
|
||||||
|
. " format for container backups.",
|
||||||
|
optional => 1,
|
||||||
|
enum => [ 'legacy', 'data', 'metadata' ],
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
sub get_confdesc {
|
sub get_confdesc {
|
||||||
|
Loading…
Reference in New Issue
Block a user