bookwyrm/postgres-docker/cronfile
Wesley Aptekar-Cassels c58689ae20 Adjust sample postgres-docker cron file
Only delaying one minute between backup and weeding means that the
backup script could potentially still be running when the weed script
is, which isn't good. Instead, wait a little longer.
2023-03-25 20:21:00 -04:00

6 lines
304 B
Plaintext

0 0 * * * /usr/local/bin/bookwyrm-backup.sh
# If uncommented, this script will weed the backups directory. It will keep the 14
# most-recent backups, then one backup/week for the next four backups, then one
# backup/month after that.
# 0 5 * * * /usr/local/bin/bookwyrm-weed.sh -d 14 -w 4 -m -1 /backups