fix(cronjob): fix bug where only packages got backuped
This commit is contained in:
parent
28c23b9f08
commit
dbda3d4ab5
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ spec:
|
|||
- /bin/sh
|
||||
- -c
|
||||
- |
|
||||
rclone sync source:/${SOURCE_BUCKET}/packages /backup -v --ignore-checksum
|
||||
rclone sync source:/${SOURCE_BUCKET} /backup -v --ignore-checksum
|
||||
restartPolicy: OnFailure
|
||||
volumes:
|
||||
- name: rclone-config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue