modified: README.md

modified:   backups/backup-cronjob.yaml
renamed:    backups/gitea-backup-secret.yaml -> backups/gitea-backup-secrets.yaml
This commit is contained in:
2025-04-24 20:45:37 +00:00
parent f145b50722
commit 5454d9c35a
3 changed files with 19 additions and 11 deletions

View File

@@ -64,6 +64,9 @@ spec:
args:
- |
set -e
# while true; do
# sleep 1s
# done
SCRIPT_START_TIME=$(date +%s)
proxmox-backup-client backup gitea-data.pxar:/data/gitea-data postgresql-data.pxar:/data/postgresql-data postgresql-export.pxar:/data/postgresql-export --include-dev /data/postgresql-data --include-dev /data/postgresql-export --include-dev /data/gitea-data --backup-id "gitea-full" -ns git.limbosolutions.com
SCRIPT_DURATION=$(($(date +%s) - SCRIPT_START_TIME))