initial commit of working script
This commit is contained in:
commit
aaf3c566ef
4 changed files with 287 additions and 0 deletions
18
sqlite_backup.conf-sample
Normal file
18
sqlite_backup.conf-sample
Normal file
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# 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
|
||||
#
|
||||
# Reporting
|
||||
#
|
||||
# email address to send reports to, and subject
|
||||
EMAIL=your@email.address
|
||||
EMAIL_SUBJ="A suitably descriptive email subject"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue