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:
Christian Ebner 2024-06-10 11:57:43 +02:00 committed by Fabian Grünbichler
parent 6ca6ff2365
commit 35d0e15e84

View File

@ -354,6 +354,13 @@ my $confdesc = {
requires => 'storage',
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 {