]> git.proxmox.com Git - pmg-api.git/commit
fix #3154: backup: add 'include-statistics' to pbs
authorStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 24 Feb 2021 18:30:59 +0000 (19:30 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 Feb 2021 09:36:51 +0000 (10:36 +0100)
commitd6e256858ab1cca708d91fc91070f1a07768e595
tree6b76fa300256659687f065003a69d1c5fe99ed6d
parentf44d0cae1b1158e7b65018533d14743e722d3031
fix #3154: backup: add 'include-statistics' to pbs

This patch addresses part of #3154 - by adding the parameter
'include-statistics' for each remote in /etc/pmg/pbs/pbs.conf.

The other part (actively asking the user whether to include it) is GUI
only, since the API already has the paramter for backup calls.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PMG/API2/PBS/Job.pm
src/PMG/PBSConfig.pm