vzdump notification customization

Jul 16, 2026
2
0
1
I don't know if they publish a complete list somewhere, but these come from the standard template:

{{status-text}} "backup successful" or "backup failed: ..."
{{total-size}} Total bytes backed up
{{total-time}} Total duration in seconds
{{logs}} Full log output text
{{error}} Error message (if failed)
{{guest-table}} Table of VMs/CTs (VMID, name, status, time, size, filename)
{{title}} Auto-generated notification title
{{severity}} "info" or "error"
{{timestamp}} Unix timestamp
 
Thank you Pawel,
I'm aware of the variables used in the standard template.

I tried to use {{comment}} and {{job-comment}}, but they are being replace by nothing.

Code:
vzdump backup {{comment}} status ({{fqdn}}): {{status-text}}
resulted in this
Code:
vzdump backup status (pve1.management.internal): backup successful