sqlite-backup/sqlite_backup.conf-sample

20 lines
402 B
Text
Raw Permalink Normal View History

2020-02-13 15:44:12 +13:00
#
# SQL dump backup directory
#
MAIN_DIR=/path/to/base/directory
2020-02-13 15:44:12 +13:00
# backup file details
BU_DIR=$MAIN_DIR/backups
2020-02-13 15:44:12 +13:00
# each backup will start with this basename
BU_FROOT=preferred-basename
#
# location of sqlite database
DB_DIR=$MAIN_DIR/data
2020-02-13 15:44:12 +13:00
DB_FILE=your-db.sqlite3
#
# Reporting
#
# email address to send reports to, and subject
EMAIL=your@email.address
EMAIL_SUBJ="A suitably descriptive email subject"