restore.sh aktualisiert

main
sebastian.serfling 2026-03-18 13:03:40 +00:00
parent 4272c232f9
commit ae20a77ad3
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# ============================================================================= # =============================================================================
# /opt/windmill-restore/restore.sh # /opt/windmill-restore/restore.sh
# Windmill Backup Restore Worker # Windmill Backup Restore Worker
# Version: 1.0.21 # Version: 1.0.22
# #
# Unterstützt sowohl VM (qm) als auch CT (pct) Backups. # Unterstützt sowohl VM (qm) als auch CT (pct) Backups.
# Backup-Typ wird automatisch aus dem Backup-Pfad erkannt (vm/ oder ct/). # Backup-Typ wird automatisch aus dem Backup-Pfad erkannt (vm/ oder ct/).
@ -174,7 +174,7 @@ send_webhook() {
"rsync_size_bytes": %d, "rsync_size_bytes": %d,
"rsync_ok": %s, "rsync_ok": %s,
"rsync_retries": %d, "rsync_retries": %d,
"qm_agent_ok": %s, "qm_agent_ok": "%s",
"log_file": "%s" "log_file": "%s"
}' \ }' \
"$JOB_UUID" "$CLIENT_NAME" "$wh_status" "$wh_error" \ "$JOB_UUID" "$CLIENT_NAME" "$wh_status" "$wh_error" \