docker-duplicity-cron/tests/test-pre-scripts/backup/before/pre-backup.sh
2020-02-14 12:12:07 -08:00

8 lines
114 B
Bash
Executable File

#! /bin/bash
set -e
cd /data
# Dump the SQLite database
sqlite3 test_database.db ".backup test_database.db.bak"