diff --git a/sbin/vol-compress b/sbin/vol-compress index d8bdd6b..35542d0 100644 --- a/sbin/vol-compress +++ b/sbin/vol-compress @@ -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