mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-04 13:49:50 +00:00
backup: rename confusing incremental param to use-dirty-bitmap
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9b29cbd0ed
commit
bbdf1ea5c8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user