cronjobs rsync paths
This commit is contained in:
parent
0706f23415
commit
b6f9cdedc2
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ spec:
|
|||
rsync -av --delete /configs/ /backups/alaskartv/
|
||||
|
||||
# Backup Forgejo instance and DB
|
||||
mkdir /backups/git
|
||||
rsync -av --delete /git/forgejo-instance/ /backups/git/forgejo-instance/
|
||||
rsync -av --delete /git/forgejo-db/ /backups/git/forgejo-db/
|
||||
volumeMounts:
|
||||
|
|
Loading…
Reference in a new issue