mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-05-31 08:37:58 +00:00
Limit last backups by minutes
This commit is contained in:
@@ -44,6 +44,7 @@ jobs:
|
||||
BACKUP_KEEP_DAYS: 7
|
||||
BACKUP_KEEP_WEEKS: 4
|
||||
BACKUP_KEEP_MONTHS: 6
|
||||
BACKUP_KEEP_MINS: 1440
|
||||
run: |
|
||||
echo "Test backup script..."
|
||||
mkdir -p "$BACKUP_DIR"
|
||||
|
||||
Reference in New Issue
Block a user