fix: backups jobs and better documentation

This commit is contained in:
2025-11-27 23:52:49 +00:00
parent b82d26f01d
commit ee4afed826
4 changed files with 20 additions and 16 deletions

View File

@@ -108,7 +108,7 @@ spec:
else
# Repository size is within limits for offsite sync
# ssh to backup server and enforce rclone to onedrive
remote-connect "rclone sync $SSH_FOLDER $OFFSITE_TARGET_FOLDER --progress" && \
remote-connect "rclone sync $SSH_FOLDER $OFFSITE_TARGET_FOLDER --stats=0" && \
echo "INFO: Finished Backup of git.limbosolutions.com (offsite) ($((SCRIPT_DURATION / 60 / 60)):$((SCRIPT_DURATION / 60)):$((SCRIPT_DURATION % 60))) "
fi

View File

@@ -52,7 +52,7 @@ spec:
valueFrom:
secretKeyRef:
name: gitea-backup
key: pbs_repository
key: PBS_REPOSITORY
- name: PBS_PASSWORD
valueFrom:
secretKeyRef: