diff --git a/src/PVE/VZDump/Common.pm b/src/PVE/VZDump/Common.pm index 1539444..1996c5b 100644 --- a/src/PVE/VZDump/Common.pm +++ b/src/PVE/VZDump/Common.pm @@ -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 {