Commit Graph

2 Commits

Author SHA1 Message Date
type-two
eb4a21491e vault backup: document the daily launchd schedule + macOS TCC gotcha
Scheduled daily at 4am on the ultra. launchd can't exec scripts inside
~/Documents (TCC), so the job runs a copy under Application Support;
header documents the sync/manage/remove commands.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-05 12:32:10 +10:00
type-two
24f812dbfd vault: offline backup script (pull accounts + worlds to local snapshots)
The vault's user data (argon2 hashes + saved worlds) only lives on the
VPS and isn't in git. backup.sh pulls /opt/mrpgi-vault/data down as a
timestamped tarball, keeps the 30 newest, and documents the restore
path in its header.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-05 12:22:44 +10:00