diff --git a/backup.sh b/backup.sh index 3cddb9f..dbe6ace 100755 --- a/backup.sh +++ b/backup.sh @@ -22,7 +22,7 @@ set -euo pipefail # ── Configuration ──────────────────────────────────────────────────────────── -VPS_HOST="git.yoda.ddnsgeek.com" +VPS_HOST="vps.yoda.ddnsgeek.com" VPS_PORT="22" VPS_USER="root" VPS_BACKUP_DIR="/opt/backups/vm-apps"