From 6432b454b998f60e5bfb7f63a215579175bfcc18 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 13 Jul 2026 12:55:38 +1000 Subject: [PATCH] fix source path --- backup-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup-data.sh b/backup-data.sh index 1dc3c01..68c8160 100755 --- a/backup-data.sh +++ b/backup-data.sh @@ -4,6 +4,6 @@ SERVICES_UP_SCRIPT="/home/raspi/raspi/services-up.sh" $SERVICES_UP_SCRIPT --profile all down -sudo rsync -aHAXv --info=progress2 docker-data/ root@docker:/mnt/raspi-backup/ +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