remove line from start of pg_backup_rotated.sh that was preventing the backups from running
This commit is contained in:
parent
40c0dc747a
commit
eb45d91d2e
|
@ -1,4 +1,3 @@
|
|||
pg_backup_rotated.sh
|
||||
#!/bin/bash
|
||||
|
||||
###########################
|
||||
|
@ -185,4 +184,4 @@ fi
|
|||
# Delete daily backups 7 days old or more
|
||||
find $BACKUP_DIR -maxdepth 1 -mtime +$DAYS_TO_KEEP -name "*-daily" -exec rm -rf '{}' ';'
|
||||
|
||||
perform_backups "-daily"
|
||||
perform_backups "-daily"
|
||||
|
|
Loading…
Reference in New Issue