fix(cronjob): fix bug where only packages got backuped

This commit is contained in:
franz.germann 2025-08-11 15:34:38 +02:00
parent 28c23b9f08
commit dbda3d4ab5

View file

@ -40,7 +40,7 @@ spec:
- /bin/sh - /bin/sh
- -c - -c
- | - |
rclone sync source:/${SOURCE_BUCKET}/packages /backup -v --ignore-checksum rclone sync source:/${SOURCE_BUCKET} /backup -v --ignore-checksum
restartPolicy: OnFailure restartPolicy: OnFailure
volumes: volumes:
- name: rclone-config - name: rclone-config