diff options
Diffstat (limited to 'backup-and-shutdown.sh')
| -rwxr-xr-x | backup-and-shutdown.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/backup-and-shutdown.sh b/backup-and-shutdown.sh deleted file mode 100755 index c880a16..0000000 --- a/backup-and-shutdown.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -set -Eeuo pipefail -cd "$(dirname "${BASH_SOURCE[0]}")" - -echo "FIXME: get current backup" -echo docker-compose down -echo "FIXME: create a new backup" -echo "FIXME: rsync back new backup" |
