proxmox-backup/templates/default/tape-backup-err-subject.txt.hbs
Lukas Wagner a4f1b175d1 server: notifications: send tape notifications via notification system
If the `notification-mode` parameter is set to `legacy-sendmail`, then
we still use the new infrastructure, but don't consider the
notification config and use a hard-coded sendmail endpoint directly.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Tested-by: Gabriel Goller <g.goller@proxmox.com>
Reviewed-by: Gabriel Goller <g.goller@proxmox.com>
Tested-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-04-23 23:14:46 +02:00

6 lines
135 B
Handlebars

{{#if id~}}
Tape Backup '{{ id }}' datastore '{{ job.store }}' failed
{{else~}}
Tape Backup datastore '{{ job.store }}' failed
{{/if}}