mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-08-03 14:26:24 +00:00
new beta 1.2.4.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user