mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-14 11:47:33 +00:00
vzdump: log: small fixups
reuse can also come from the current backup - so drop the "from last backup" as this can be very confusing if one reads it after making the first backup ever, with no last backup existing. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2098f2ff87
commit
91c9f3b062
@ -357,11 +357,9 @@ my $query_backup_status_loop = sub {
|
||||
if ($reused) {
|
||||
my $reused_h = bytes_to_human($reused, 2);
|
||||
my $reuse_per = int($reused * 100 / $last_total);
|
||||
$self->loginfo("backup was done incrementally, reused $reused_h (${reuse_per}%) from last backup");
|
||||
$self->loginfo("transferred $transferred_h in $duration seconds ($mbps)");
|
||||
} else {
|
||||
$self->loginfo("transferred $transferred_h in $duration seconds ($mbps)");
|
||||
$self->loginfo("backup was done incrementally, reused $reused_h (${reuse_per}%)");
|
||||
}
|
||||
$self->loginfo("transferred $transferred_h in $duration seconds ($mbps)");
|
||||
}
|
||||
|
||||
if ($last_zero) {
|
||||
|
Loading…
Reference in New Issue
Block a user