Skip to content

Commit af80edd

Browse files
committed
Update S3 paths to compatible URLs
1 parent 73e640b commit af80edd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ansible/roles/borg/templates/config.yaml.j2

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
repositories:
2-
- path: s3:${BORG_S3_KEY_ID}:${BORG_S3_KEY_SECRET}@https://eu-central-1.linodeobjects.com/borg/backups
2+
- path: b2:${BORG_S3_KEY_ID}:${BORG_S3_KEY_SECRET}@https://eu-central-1.linodeobjects.com/borg/database-backups/
33
label: frankfurt
4-
- path: s3:${BORG_S3_KEY_ID}:${BORG_S3_KEY_SECRET}@https://us-east-1.linodeobjects.com/borg/backups
4+
- path: b2:${BORG_S3_KEY_ID}:${BORG_S3_KEY_SECRET}@https://us-east-1.linodeobjects.com/borg/database-backups/
55
label: newark
6-
- path: s3:${BORG_S3_KEY_ID}:${BORG_S3_KEY_SECRET}@https://ap-south-1.linodeobjects.com/borg/backups
7-
label: singapore
86

97
# Path for storing temporary runtime data like streaming database
108
# dumps and bootstrap metadata. borgmatic automatically creates and

0 commit comments

Comments
 (0)