Fix option
This commit is contained in:
parent
a76d5f1292
commit
0b22d32221
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ spec:
|
|||
containers:
|
||||
- name: backup-container
|
||||
image: docker.sunet.se/drive/duplicity:bookworm-slim-1
|
||||
args: ["backup", "/backup_storage", "destination:${BUCKET}"]
|
||||
args: ["backup", "/backup_storage", "rclone://destination:${BUCKET}"]
|
||||
env:
|
||||
- name: RCLONE_CONFIG_DESTINATION_ACL
|
||||
value: private
|
||||
|
|
Loading…
Add table
Reference in a new issue