moviewyrm/postgres-docker/cronfile

6 lines
274 B
Plaintext
Raw Normal View History

2020-10-30 06:10:40 +00:00
0 0 * * * /backups/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 1 * * * /backups/weed.sh -d 14 -w 4 -m -1 /backups