Files
pg-bkup/templates/telegram.tmpl
Jonas Kaninda abf1aeba7c
All checks were successful
Lint / Run on Ubuntu (push) Successful in 20m39s
Lint / Run on Ubuntu (pull_request) Successful in 20m14s
chore: add convert bytes to a human-readable string with the appropriate unit (bytes, MiB, or GiB)
2024-12-12 12:43:06 +01:00

16 lines
465 B
Cheetah

✅ Database Backup Successful
Hi,
The backup process for the {{.Database}} database was successfully completed.
Please find the details below:
Backup Details:
- Database Name: {{.Database}}
- Backup Start Time: {{.StartTime}}
- Backup EndTime: {{.EndTime}}
- Backup Storage: {{.Storage}}
- Backup Location: {{.BackupLocation}}
- Backup Size: {{.BackupSize}}
- Backup Reference: {{.BackupReference}}
You can access the backup at the specified location if needed.