From f95ba780ec55db358b88f28cb52a74ea50b76d20 Mon Sep 17 00:00:00 2001 From: julien Date: Sun, 19 Jan 2025 16:22:53 +0100 Subject: [PATCH] test --- sbin/vol-compress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/vol-compress b/sbin/vol-compress index d2e7e3e..39a2dee 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 +scp -P 23 /tmp/$BACKUP $STORAGE_BOX:/$TODAY/$BACKUP # Clean if [ -f "volumes/$DUMP_NAME" ]; then