cronjobs rsync tests

This commit is contained in:
nomadics9 2025-01-12 18:43:45 +03:00
parent 0a2fb61ce6
commit 62d56cc9ae
No known key found for this signature in database

View file

@ -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