We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d930c3e + df490af commit 12fbb67Copy full SHA for 12fbb67
docs/how-tos/receive-notification.md
@@ -69,6 +69,17 @@ Template sources must be mounted inside the container in /config/templates:
69
- telegram.template: Telegram notification template
70
- error.template: Error notification template
71
72
+### Data
73
+
74
+Here is a list of all data passed to the template:
75
+- `Database` : Database name
76
+- `StartTime`: Backup start time process
77
+- `EndTime`: Backup start time process
78
+- `Storage`: Backup storage
79
+- `BackupLocation`: Backup location
80
+- `BackupSize`: Backup size
81
82
83
> email.template:
84
85
0 commit comments