Update options

This commit is contained in:
Micke Nordin 2025-02-07 13:53:10 +01:00
parent 238a4098f5
commit f4ce5010eb
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 2 additions and 2 deletions
backups

View file

@ -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

View file

@ -3,7 +3,7 @@ kind: CronJob
metadata:
name: backup
spec:
schedule: "45 12 * * *"
schedule: "55 12 * * *"
jobTemplate:
spec:
template: