17 lines
507 B
Plaintext
17 lines
507 B
Plaintext
# Cloudflare R2 remote for landing data backup
|
|
# Copy to /root/.config/rclone/rclone.conf and fill in credentials
|
|
#
|
|
# Get credentials from: Cloudflare Dashboard → R2 → Manage R2 API Tokens
|
|
# Or from Pulumi ESC: esc env open beanflows/prod --format shell
|
|
#
|
|
# Bucket: backup (syncs to backup/materia/landing/)
|
|
|
|
[r2]
|
|
type = s3
|
|
provider = Cloudflare
|
|
access_key_id = <R2_ACCESS_KEY_ID>
|
|
secret_access_key = <R2_SECRET_ACCESS_KEY>
|
|
endpoint = <R2_ENDPOINT>
|
|
acl = private
|
|
no_check_bucket = true
|