From 2289f7f4009eeb91bc5789f5b498a27beff145c8 Mon Sep 17 00:00:00 2001 From: Chris Cowan Date: Wed, 22 Oct 2025 00:31:49 -0700 Subject: [PATCH] and then it hit me --- backupbot.env | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/backupbot.env b/backupbot.env index 6df6295..9e7130d 100644 --- a/backupbot.env +++ b/backupbot.env @@ -1,22 +1,8 @@ -# 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) TZ=America/Los_Angeles - -# Directory to store backup SQL files BACKUP_DIR=/backups/postgres - -# Log file path LOG_FILE=/config/log/pgbackup.log - -# Number of retry attempts on failure MAX_RETRIES=3 - -# Gotify notification configuration (optional) GOTIFY_URL=http://gotify.example.com GOTIFY_TOKEN=your_gotify_token_here - -# Backup time (24-hour format) – defaults to 03:00 local time BACKUP_HOUR=03 BACKUP_MINUTE=00