diff --git a/backups/base/backup-cronjob.yaml b/backups/base/backup-cronjob.yaml index 496525f..70e8f81 100644 --- a/backups/base/backup-cronjob.yaml +++ b/backups/base/backup-cronjob.yaml @@ -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 diff --git a/backups/overlays/test/xrootd/backup-cronjob.yaml b/backups/overlays/test/xrootd/backup-cronjob.yaml index 10b830b..329b2a6 100644 --- a/backups/overlays/test/xrootd/backup-cronjob.yaml +++ b/backups/overlays/test/xrootd/backup-cronjob.yaml @@ -3,7 +3,7 @@ kind: CronJob metadata: name: backup spec: - schedule: "45 12 * * *" + schedule: "55 12 * * *" jobTemplate: spec: template: