This commit is contained in:
@@ -1,13 +1,8 @@
|
|||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
# Used by backup_scheduler.sh and web frontend
|
|
||||||
# Do not store sensitive credentials in world-readable locations unless necessary
|
|
||||||
|
|
||||||
# Timezone for scheduling backups (affects 3 AM backup)
|
|
||||||
>>>>>>> 047a0e0 (im at a loss)
|
|
||||||
TZ=America/Los_Angeles
|
TZ=America/Los_Angeles
|
||||||
BACKUP_DIR=/backups/postgres
|
BACKUP_DIR=/backups/postgres
|
||||||
LOG_FILE=/config/log/pgbackup.log
|
LOG_FILE=/config/log/pgbackup.log
|
||||||
MAX_RETRIES=3
|
MAX_RETRIES=3
|
||||||
GOTIFY_URL=http://gotify.example.com
|
GOTIFY_URL=http://gotify.example.com
|
||||||
GOTIFY_TOKEN=your_gotify_token_here
|
GOTIFY_TOKEN=your_gotify_token_here
|
||||||
|
BACKUP_HOUR=03
|
||||||
|
BACKUP_MINUTE=00
|
||||||
|
|||||||
Reference in New Issue
Block a user