From af6944e96d697ded092a6e57c78c1c1c84c533a2 Mon Sep 17 00:00:00 2001 From: julien Date: Sun, 19 Jan 2025 16:28:01 +0100 Subject: [PATCH] path --- sbin/vol-compress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/vol-compress b/sbin/vol-compress index 39a2dee..c2078bb 100644 --- a/sbin/vol-compress +++ b/sbin/vol-compress @@ -37,7 +37,7 @@ tar --zstd -cf /tmp/$BACKUP -C volumes . STORAGE_BOX=u442569@u442569.your-storagebox.de TODAY=$(date +%F) ssh -p23 $STORAGE_BOX "mkdir -p $TODAY" -scp -P 23 /tmp/$BACKUP $STORAGE_BOX:/$TODAY/$BACKUP +scp -P 23 /tmp/$BACKUP $STORAGE_BOX:/home/$TODAY # Clean if [ -f "volumes/$DUMP_NAME" ]; then