mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-15 11:56:32 +00:00
7 lines
66 B
Bash
7 lines
66 B
Bash
|
set -e
|
||
|
|
||
|
cd /data
|
||
|
|
||
|
# Remove backed up copy
|
||
|
rm test_database.db.bak
|