mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-06-07 20:17:59 +00:00
Limit last backups by minutes
This commit is contained in:
@@ -41,6 +41,7 @@ ENV POSTGRES_DB="**None**" \
|
||||
BACKUP_KEEP_DAYS=7 \
|
||||
BACKUP_KEEP_WEEKS=4 \
|
||||
BACKUP_KEEP_MONTHS=6 \
|
||||
BACKUP_KEEP_MINS=1440 \
|
||||
HEALTHCHECK_PORT=8080
|
||||
|
||||
COPY backup.sh /backup.sh
|
||||
|
||||
Reference in New Issue
Block a user