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
|
- /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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue