diff --git a/backup-data.sh b/backup-data.sh deleted file mode 100755 index 5795ded..0000000 --- a/backup-data.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash - -SERVICES_UP_SCRIPT="/home/raspi/raspi/services-up.sh --profile all" - -$SERVICES_UP_SCRIPT down - -sudo rsync -aHAXv --info=progress2 /home/raspi/docker-data/ root@docker:/mnt/raspi-backup/ - -$SERVICES_UP_SCRIPT up -d \ No newline at end of file