docker-restic-cron/tests/test-pre-scripts/backup/before/pre-backup.sh

7 lines
101 B
Bash
Executable File

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