new beta 1.2.4.1

This commit is contained in:
MacRimi
2026-07-23 22:55:28 +02:00
parent 37f06b9e88
commit 91d503ea67
48 changed files with 1052 additions and 328 deletions
@@ -296,6 +296,10 @@ _create_job_attached() {
"PBS_BACKUP_ID=${bid}"
"PBS_KEYFILE=${pbs_kf_val}"
"PBS_ENCRYPTION_PASSWORD=${HB_PBS_ENC_PASS:-}"
# Resolved by hb_select_pbs_repository. Persist it so the runner
# doesn't have to re-derive it — it can only do that for
# Datacenter-managed storages.
"PBS_FINGERPRINT=${HB_PBS_FINGERPRINT:-}"
)
;;
local)
@@ -463,6 +467,10 @@ _create_job() {
"PBS_BACKUP_ID=${bid}"
"PBS_KEYFILE=${pbs_kf_val}"
"PBS_ENCRYPTION_PASSWORD=${HB_PBS_ENC_PASS:-}"
# Resolved by hb_select_pbs_repository. Persist it so the runner
# doesn't have to re-derive it — it can only do that for
# Datacenter-managed storages.
"PBS_FINGERPRINT=${HB_PBS_FINGERPRINT:-}"
)
;;
esac