mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-14 01:06:38 +00:00
7 lines
91 B
Bash
Executable File
7 lines
91 B
Bash
Executable File
set -e
|
|
|
|
cd /data
|
|
|
|
# Restore the backedup database
|
|
mv test_database.db.bak test_database.db
|