mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-15 09:46:36 +00:00
8 lines
79 B
Bash
Executable File
8 lines
79 B
Bash
Executable File
#! /bin/bash
|
|
set -e
|
|
|
|
cd /data
|
|
|
|
# Remove backed up copy
|
|
rm test_database.db.bak
|