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

8 lines
114 B
Bash
Raw Normal View History

2021-06-14 22:55:26 +00:00
#! /bin/bash
2019-01-28 17:53:41 +00:00
set -e
cd /data
# Dump the SQLite database
sqlite3 test_database.db ".backup test_database.db.bak"