From 62d56cc9aeba4ae91830d4f8bdda3d73832ecfd4 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Sun, 12 Jan 2025 18:43:45 +0300 Subject: [PATCH] cronjobs rsync tests --- backups/cronjobs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backups/cronjobs.yaml b/backups/cronjobs.yaml index 831a59e..97ec0e0 100644 --- a/backups/cronjobs.yaml +++ b/backups/cronjobs.yaml @@ -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