Configuration
Backup Configuration
Configure backup paths and S3 settings for Blnk backups.
This page covers the settings Blnk uses for backup storage, including the local backup path and the credentials needed for S3-compatible object storage.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure backup paths and S3 settings for Blnk backups.
BLNK_BACKUP_DIR=
BLNK_AWS_ACCESS_KEY_ID=
BLNK_AWS_SECRET_ACCESS_KEY=
BLNK_S3_ENDPOINT=
BLNK_S3_BUCKET_NAME=
BLNK_S3_REGION=
{
"backup_dir": "",
"aws_access_key_id": "",
"aws_secret_access_key": "",
"s3_endpoint": "",
"s3_bucket_name": "",
"s3_region": ""
}
| Description | Default | |
|---|---|---|
BLNK_BACKUP_DIR | Local directory path Blnk uses when writing backup files. | None |
BLNK_AWS_ACCESS_KEY_ID | Access key ID used to authenticate with S3. | None |
BLNK_AWS_SECRET_ACCESS_KEY | Secret access key used to authenticate with S3. | None |
BLNK_S3_ENDPOINT | Custom S3 endpoint, usually used for S3-compatible storage providers. | None |
BLNK_S3_BUCKET_NAME | Bucket name where backup files are stored. | None |
BLNK_S3_REGION | Region for the S3 bucket. | None |
BLNK_AWS_ACCESS_KEY_ID and BLNK_AWS_SECRET_ACCESS_KEY as secrets. Do not commit them to version control.BLNK_BACKUP_DIRWas this page helpful?