Release 3.7.5 - See CHANGELOG.md

This commit is contained in:
dave@tiredofit.ca
2023-03-02 07:39:58 -08:00
parent a8df7a2c75
commit 1659e34fc7
3 changed files with 12 additions and 1 deletions

View File

@@ -104,6 +104,11 @@ bootstrap_variables() {
file_env 'S3_KEY_ID'
file_env 'S3_KEY_SECRET'
fi
if [ "${BACKUP_LOCATION,,}" = "blobxfer" ] && [ -n "${BLOBXFER_STORAGE_ACCOUNT_FILE}" ] && [ -n "${BLOBXFER_STORAGE_ACCOUNT_KEY_FILE}" ]; then
file_env 'BLOBXFER_STORAGE_ACCOUNT_FILE'
file_env 'BLOBXFER_STORAGE_ACCOUNT_KEY_FILE'
fi
}
backup_couch() {