cronjobs rsync tests
This commit is contained in:
parent
0a2fb61ce6
commit
62d56cc9ae
1 changed files with 3 additions and 0 deletions
|
@ -24,8 +24,11 @@ spec:
|
|||
# Backup Forgejo instance and DB
|
||||
#rsync -av --delete /git/forgejo-instance/ /backups/git/forgejo-instance/
|
||||
#rsync -av --delete /git/forgejo-db/ /backups/git/forgejo-db/
|
||||
echo '------GIT DATA------'
|
||||
ls /git
|
||||
echo '------BACKUP DIR------'
|
||||
ls /backups
|
||||
echo '------CONFIGS DIR------'
|
||||
ls /configs
|
||||
volumeMounts:
|
||||
- name: nfs-configs
|
||||
|
|
Loading…
Reference in a new issue