3
0
mirror of https://kolaente.dev/konrad/docker-db-backup.git synced 2026-01-10 02:50:08 +01:00

feat: add completion webhook url

This commit is contained in:
kolaente
2023-06-05 18:35:21 +02:00
parent e43e8c3959
commit 07c2fae209
4 changed files with 46 additions and 3 deletions

View File

@@ -67,6 +67,11 @@ are only as many as this config variable.
Default: `12`
### `BACKUP_COMPLETION_WEBHOOK_URL`
If provided, the tool will do an empty GET request to this URL to indicate it successfully completed the backup job.
You can use this with other tools to monitor if backups are completed as they should.
## Building from source
This project uses go modules, so you'll need at least go 1.11 to compile it.