mirror of
https://github.com/prosolis/gogobee.git
synced 2026-07-15 08:32:41 +00:00
Audit flagged C1 as "Backup() unwired" — actually adventure_scheduler's dailyReset has been calling it every midnight. The real gap was that Backup() always ran, always to dataPath/backups, with no way for dev environments to opt out. Now: env var unset → no-op + debug log. Env var set → that directory is the destination. Existing scheduler call site unchanged; it cleanly no-ops in dev.