feat: automate verified SQLite backups and safe recovery
This commit is contained in:
@@ -16,3 +16,10 @@ DISCORD_BOT_TOKEN=
|
||||
DISCORD_SHARING_CHANNEL_ID=
|
||||
# Optional comma-separated Discord user IDs permitted to post. Empty permits all accounts.
|
||||
DISCORD_SHARING_ALLOWED_USER_IDS=
|
||||
# Production snapshots, plus a snapshot before migrations. Paths resolve beside DATABASE_PATH.
|
||||
BACKUP_ENABLED=true
|
||||
BACKUP_DIR=backups
|
||||
BACKUP_INTERVAL_HOURS=24
|
||||
BACKUP_RETAIN=7
|
||||
# Existing mounted off-machine backup directory (absolute path recommended).
|
||||
BACKUP_REPLICA_DIR=
|
||||
|
||||
Reference in New Issue
Block a user