Limit last backups by minutes

This commit is contained in:
Pau Rodriguez-Estivill
2022-02-26 16:28:57 +01:00
parent 95e93b19fa
commit b6163ee56a
5 changed files with 27 additions and 16 deletions
+1
View File
@@ -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