From 0644d1e622c4897e9210e304a69b24ae4a5e5542 Mon Sep 17 00:00:00 2001 From: julien Date: Sun, 19 Jan 2025 17:18:05 +0100 Subject: [PATCH] fix --- sbin/vol-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/vol-backup b/sbin/vol-backup index f3f672b..abf9cef 100755 --- a/sbin/vol-backup +++ b/sbin/vol-backup @@ -27,7 +27,7 @@ if [ -d "volumes" ]; then # Compress all volumes excerpt mysql and postgres BACKUP=${PWD##*/}.tar.zst - tar --zstd --exclude={"mysql", "postgres"} -cf /tmp/$BACKUP -C volumes . + tar --zstd -cf --exclude={"mysql", "postgres"} /tmp/$BACKUP -C volumes . # Put it into the storage box (pubkey needed) STORAGE_BOX=u442569@u442569.your-storagebox.de