Merge pull request #2756 from WesleyAC/production-weed-cron-timing

Adjust sample postgres-docker cron file
This commit is contained in:
Mouse Reeve 2023-03-25 17:29:28 -07:00 committed by GitHub
commit 0c427eaf06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,4 +2,4 @@
# 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 1 * * * /usr/local/bin/bookwyrm-weed.sh -d 14 -w 4 -m -1 /backups
# 0 5 * * * /usr/local/bin/bookwyrm-weed.sh -d 14 -w 4 -m -1 /backups