From df490af7b682c968405c6e2d58860562a0b50f66 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Wed, 9 Oct 2024 22:38:07 +0200 Subject: [PATCH] docs: update send notification --- docs/how-tos/receive-notification.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/how-tos/receive-notification.md b/docs/how-tos/receive-notification.md index 3babdc6..90f163a 100644 --- a/docs/how-tos/receive-notification.md +++ b/docs/how-tos/receive-notification.md @@ -69,6 +69,17 @@ Template sources must be mounted inside the container in /config/templates: - telegram.template: Telegram notification template - error.template: Error notification template +### Data + +Here is a list of all data passed to the template: +- `Database` : Database name +- `StartTime`: Backup start time process +- `EndTime`: Backup start time process +- `Storage`: Backup storage +- `BackupLocation`: Backup location +- `BackupSize`: Backup size + + > email.template: