sqlite-backup/sqlite_backup.conf-sample

24 lines
620 B
Text
Raw Normal View History

2020-02-13 15:44:12 +13:00
#
# SQL dump backup directory
#
# backup file details
BU_DIR=/path/to/directory/for/backups
# each backup will start with this basename
BU_FROOT=preferred-basename
#
# location of sqlite database
DB_DIR=/path/to/database/directory
DB_FILE=your-db.sqlite3
#
# docker compose settings
DC_DIR=/path/to/directory/containing/your/docker-compose.yml
# this is the name at the top of your docker-compose.yml stanza describing the container running SQLite
DC_CONT=name_of_your_container
#
2020-02-13 15:44:12 +13:00
# Reporting
#
# email address to send reports to, and subject
EMAIL=your@email.address
EMAIL_SUBJ="A suitably descriptive email subject"