cronjobs rsync package
This commit is contained in:
parent
6b8ea52776
commit
1ee28f2c66
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ spec:
|
|||
- /bin/sh
|
||||
- -c
|
||||
- |
|
||||
apk add --no-cache rsync
|
||||
|
||||
# Backup /SSD/configs/ to backups/alaskartv
|
||||
rsync -av --delete /configs/ /backups/alaskartv/
|
||||
|
||||
|
|
Reference in a new issue