mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-06-09 04:57:58 +00:00
Limit last backups by minutes
This commit is contained in:
@@ -26,6 +26,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