From adef39c3df6e1bcb806bf283749dd7e1520c9b12 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 13 Jul 2026 12:58:35 +1000 Subject: [PATCH] update variables --- backup-data.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backup-data.sh b/backup-data.sh index 68c8160..5795ded 100755 --- a/backup-data.sh +++ b/backup-data.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -SERVICES_UP_SCRIPT="/home/raspi/raspi/services-up.sh" +SERVICES_UP_SCRIPT="/home/raspi/raspi/services-up.sh --profile all" -$SERVICES_UP_SCRIPT --profile all down +$SERVICES_UP_SCRIPT down sudo rsync -aHAXv --info=progress2 /home/raspi/docker-data/ root@docker:/mnt/raspi-backup/ -$SERVICES_UP_SCRIPT --profile all up -d \ No newline at end of file +$SERVICES_UP_SCRIPT up -d \ No newline at end of file