Fix VPS SSH host alias and sync backup script

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-05 20:59:22 +00:00
parent b75cf663de
commit a584323649
+1 -1
View File
@@ -22,7 +22,7 @@ set -euo pipefail
# ── Configuration ──────────────────────────────────────────────────────────── # ── Configuration ────────────────────────────────────────────────────────────
VPS_HOST="git.yoda.ddnsgeek.com" VPS_HOST="vps.yoda.ddnsgeek.com"
VPS_PORT="22" VPS_PORT="22"
VPS_USER="root" VPS_USER="root"
VPS_BACKUP_DIR="/opt/backups/vm-apps" VPS_BACKUP_DIR="/opt/backups/vm-apps"