mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2025-01-09 12:27:47 +00:00
7 lines
66 B
Bash
Executable File
7 lines
66 B
Bash
Executable File
set -e
|
|
|
|
cd /data
|
|
|
|
# Remove backed up copy
|
|
rm test_database.db.bak
|