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