sqlite-backup/sqlite_backup.conf-sample

19 lines
402 B
Text

#
# SQL dump backup directory
#
MAIN_DIR=/path/to/base/directory
# backup file details
BU_DIR=$MAIN_DIR/backups
# each backup will start with this basename
BU_FROOT=preferred-basename
#
# location of sqlite database
DB_DIR=$MAIN_DIR/data
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"