cronjobs rsync tests
This commit is contained in:
parent
1ee28f2c66
commit
a5b7688d1f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ spec:
|
||||||
apk add --no-cache rsync
|
apk add --no-cache rsync
|
||||||
|
|
||||||
# Backup /SSD/configs/ to backups/alaskartv
|
# Backup /SSD/configs/ to backups/alaskartv
|
||||||
rsync -av --delete /configs/ /backups/alaskartv/
|
#rsync -av --delete /configs/ /backups/alaskartv/
|
||||||
|
|
||||||
# Backup Forgejo instance and DB
|
# Backup Forgejo instance and DB
|
||||||
rsync -av --delete /git/forgejo-instance/ /backups/git/forgejo-instance/
|
rsync -av --delete /git/forgejo-instance/ /backups/git/forgejo-instance/
|
||||||
|
|
Loading…
Reference in a new issue