]> git.proxmox.com Git - qemu-server.git/commit - PVE/VZDump/QemuServer.pm
enable dirty-bitmap incremental backups for PBS
authorStefan Reiter <s.reiter@proxmox.com>
Thu, 25 Jun 2020 10:23:34 +0000 (12:23 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 29 Jun 2020 11:15:47 +0000 (13:15 +0200)
commit69e62894706b03aa4b7e01a5f4521d61eef99b01
treec38bb984166c6ad0710f4a8b689e6906959c55d5
parentfc701af7406336d18e4f20d61010c7de69fdd9f1
enable dirty-bitmap incremental backups for PBS

The $total != $transferred check is changed to a log, as QEMU reports
only actually transferred bytes, and it is indeed correct for
incremental backups to have differing values from $total.

The 'incremental' parameter is always set, QEMU will figure out if it should
re-use an existing bitmap or create a new one on its own.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/VZDump/QemuServer.pm