Update options
This commit is contained in:
parent
238a4098f5
commit
f4ce5010eb
2 changed files with 2 additions and 2 deletions
backups
|
@ -16,7 +16,7 @@ spec:
|
|||
- name: backup-container
|
||||
image: docker.sunet.se/drive/duplicity:bookworm-slim-1
|
||||
command: ["duplicity"]
|
||||
args: ["backup", "--no-encryption", "/backup_storage", "rclone://destination:${BUCKET}"]
|
||||
args: ["/backup_storage", "rclone://destination:${BUCKET}", "--no-encryption", "--full-if-older-than", "1M" ]
|
||||
env:
|
||||
- name: RCLONE_CONFIG_DESTINATION_ACL
|
||||
value: private
|
||||
|
|
|
@ -3,7 +3,7 @@ kind: CronJob
|
|||
metadata:
|
||||
name: backup
|
||||
spec:
|
||||
schedule: "45 12 * * *"
|
||||
schedule: "55 12 * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
|
|
Loading…
Add table
Reference in a new issue