This commit is contained in:
julien 2025-01-19 15:34:03 +01:00
parent ee5b997d2a
commit af8d575ef7

View File

@ -37,7 +37,7 @@ fi
# Compress all volumes excerpt mysql and postgres into the storage box (pubkey needed)
BACKUP=${PWD##*/}.tar.zst
tar --zstd cf /tmp/$BACKUP -C volumes .
tar --zstd -cf /tmp/$BACKUP -C volumes .
TODAY=$(date +%F)
scp -r /tmp/$BACKUP u442569@u442569.your-storagebox.de:$TODAY/$BACKUP
rm /tmp/$BACKUP