From bbdf1ea5c80ee782310b2faf17e0fbc8082e3ca7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 6 Jul 2020 20:33:13 +0200 Subject: [PATCH 1/1] backup: rename confusing incremental param to use-dirty-bitmap Signed-off-by: Thomas Lamprecht --- PVE/VZDump/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/VZDump/QemuServer.pm b/PVE/VZDump/QemuServer.pm index f7b5ad6..c1ae509 100644 --- a/PVE/VZDump/QemuServer.pm +++ b/PVE/VZDump/QemuServer.pm @@ -397,7 +397,7 @@ sub archive_pbs { password => $password, devlist => $devlist, 'config-file' => $conffile, - incremental => JSON::true, + 'use-dirty-bitmap' => JSON::true, }; $params->{fingerprint} = $fingerprint if defined($fingerprint); $params->{'firewall-file'} = $firewall if -e $firewall; -- 2.39.2