]> git.proxmox.com Git - pve-manager.git/commit
fix #5067: vzdump: include total backup size in notification
authorLukas Wagner <l.wagner@proxmox.com>
Thu, 14 Dec 2023 14:11:53 +0000 (15:11 +0100)
committerFiona Ebner <f.ebner@proxmox.com>
Mon, 29 Jan 2024 09:31:52 +0000 (10:31 +0100)
commit878d9af62bf075fd5478ef24afb8cc0ec02e86a9
treeca1de6fe011f43ee089312198ad0bb30dac7af92
parente308895fc720ab02abb3fcee71c1d8a733706142
fix #5067: vzdump: include total backup size in notification

The old backup job notification mails from before the notification
system overhaul included the total time as well as the total size.

The total size was missing from the new, template-based backup report,
thus we add it back in this commit.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
[FE: style fix - use parentheses for returning list]
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/VZDump.pm