[claude] Add Gitea backup script (#990) #996

Merged
Rockachopa merged 1 commits from claude/issue-990 into main 2026-03-22 22:36:52 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
7b5d47f1b8 chore: add Gitea backup script for pre-hardening snapshot
Some checks failed
Tests / lint (pull_request) Failing after 5s
Tests / test (pull_request) Has been skipped
Refs #990

Version-controlled backup script that:
- Runs gitea dump with proper config paths
- Verifies backup is non-empty and contains expected components
- Optionally copies to off-site storage via rsync
- Prints restore instructions

Note: This script must be run on the VPS with sudo access.
The actual backup execution requires server SSH access.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 18:36:17 -04:00