[pbs-devel] [PATCH proxmox-backup v2 0/5] improve tape backup and notifications

Dominik Csapak d.csapak at proxmox.com
Thu Mar 18 13:01:03 CET 2021


combines my last three series[0][1][2], since they touch the same code

changes from v1:
* improve display trait code for timespan
* add tests for template registration
* rebase on master

0: https://lists.proxmox.com/pipermail/pbs-devel/2021-March/002438.html
1: https://lists.proxmox.com/pipermail/pbs-devel/2021-March/002441.html
2: https://lists.proxmox.com/pipermail/pbs-devel/2021-March/002431.html

Dominik Csapak (5):
  tools/systemd/time: implement some Traits for TimeSpan
  server/email_notifications: do not panic on template registration
  server/email_notifications: do not double html escape
  api2/tape/backup: include a summary on notification e-mails
  api2/tape/backup: wait indefinitely for lock in scheduled backup jobs

 src/api2/tape/backup.rs           | 85 ++++++++++++++++++++++---------
 src/api2/types/tape/mod.rs        |  9 ++++
 src/server/email_notifications.rs | 69 ++++++++++++++++++++-----
 src/tools/systemd/time.rs         | 82 +++++++++++++++++++++++++++++
 4 files changed, 209 insertions(+), 36 deletions(-)

-- 
2.20.1






More information about the pbs-devel mailing list