storage box hostname

This commit is contained in:
julien 2025-01-19 14:55:47 +01:00
parent dd2578c54f
commit a311fe0faf

View File

@ -37,4 +37,4 @@ fi
# Compress all volumes excerpt mysql and postgres into the staorage box (pubkey needed)
BACKUP=${PWD##*/}.tar.zst
ssh u441501@u441501.your-storagebox.de tar --zstd --exclude='volumes/mysql' --exclude='volumes/postgres' -cf - volumes > $BACKUP
ssh u442569@u442569.your-storagebox.de tar --zstd --exclude='volumes/mysql' --exclude='volumes/postgres' -cf - volumes > $BACKUP