Files
backupbot/backupbot.env
Chris Cowan 3a838a92f9
Some checks failed
Build and Push Docker Image / build (push) Failing after 7s
and then it hit me
2025-10-23 12:59:50 -07:00

9 lines
205 B
Bash

TZ=America/Los_Angeles
BACKUP_DIR=/backups/postgres
LOG_FILE=/config/log/pgbackup.log
MAX_RETRIES=3
GOTIFY_URL=http://gotify.example.com
GOTIFY_TOKEN=your_gotify_token_here
BACKUP_HOUR=03
BACKUP_MINUTE=00