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

feat: add backup compression

This commit is contained in:
kolaente
2024-02-13 16:45:10 +01:00
parent 49510a6179
commit 5acf40d86e
7 changed files with 54 additions and 9 deletions

View File

@@ -78,6 +78,10 @@ Default: `12`
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.
### `BACKUP_COMPRESS`
If set provided and set to `true`, all backups will be compressed using gzip.
## Building from source
This project uses go modules, so you'll need at least go 1.11 to compile it.