fix
This commit is contained in:
parent
27669cd441
commit
0644d1e622
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user