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