mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-22 23:36:31 +00:00
7 lines
87 B
Bash
7 lines
87 B
Bash
|
set -e
|
||
|
|
||
|
cd /data
|
||
|
|
||
|
# Dump the SQLite database
|
||
|
sqlite3 "$DB_PATH" ".backup $DB_PATH.bak"
|