adding NICE and NICE_VAL and ability to override backup numbers in config

This commit is contained in:
Dave Lane 2022-11-25 16:17:05 +13:00
parent 35f979e8fa
commit 5153376828
2 changed files with 22 additions and 3 deletions

View file

@ -17,3 +17,18 @@ DUMP_CMD='pg_dumpall -c -U postgres'
# email address to send reports to, and subject
EMAIL=webmaster@oerfoundation.org
EMAIL_SUBJ="Mastodon on OERu Open Postgres Backup Report"
#
# Optional overrides
#
# Default retention
#BU_TO_KEEP_HOURLY=24
#BU_TO_KEEP_DAILY=7
#BU_TO_KEEP_WEEKLY=4
#BU_TO_KEEP_MONTHLY=12
#BU_TO_KEEP_YEARLY=7
#
# Set backup priority: -20 highest, 0 default, 19 lowest
#NICE_VAL=0
#
# Verbosity 0 = false, 1 = true
#VERBOSE=0