Skip to content

Commit

Permalink
Merge pull request #115 from jkaninda/email-notification
Browse files Browse the repository at this point in the history
docs: update send notification
  • Loading branch information
jkaninda authored Oct 9, 2024
2 parents d930c3e + df490af commit 12fbb67
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/how-tos/receive-notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:


Expand Down

0 comments on commit 12fbb67

Please sign in to comment.