8 lines
262 B
Bash
8 lines
262 B
Bash
AWS_ACCESS_KEY_ID="xxxxxxxxxxxxxxxxxxxxx"
|
|
AWS_SECRET_ACCESS_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
AWS_DEFAULT_REGION="cn-shanghai"
|
|
|
|
RESTIC_REPOSITORY="s3:https://oss-cn-shanghai-internal.aliyuncs.com/example-bucket"
|
|
|
|
RESTIC_PASSWORD="xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|