#6697: Config: move backups into backups folder
docs
cli
commands
Cluster:
Wizard Enhancements and Config Fixes
## Summary
- move config backups into a `backups/` folder and migrate legacy backup files
- add `openclaw config backups` to move existing backups on demand
- update doctor output + docs + tests for new backup location
## Testing
- `bun check` (fails: Script not found "check")
- `bun typecheck` (fails: Script not found "typecheck")
- `bunx vitest run src/config/config.backup-rotation.test.ts` (fails: vitest not installed)
Most Similar PRs
#20877: Store config backups in their own directory
by pierreeurope · 2026-02-19
73.5%
#11602: fix(config): skip stale legacy config files when openclaw.json exists
by akoscz · 2026-02-08
62.3%
#13988: feat(backup): add backup/restore CLI with local + S3 storage
by n24q02m · 2026-02-11
61.9%
#21931: feat(config): auto-rollback to last known-good backup on invalid co...
by Protocol-zero-0 · 2026-02-20
60.8%
#21994: Config: load valid backup when primary config is invalid
by islavutin · 2026-02-20
59.8%
#22342: fix(doctor): --fix now actually removes unrecognized config keys
by MisterGuy420 · 2026-02-21
57.4%
#8195: feat(migration): env fallbacks + legacy launchd cleanup
by shuv-amp · 2026-02-03
56.7%
#23779: fix(config): auto-repair invalid config keys from backup on load
by cintia09 · 2026-02-22
55.9%
#22462: CLI: add config path subcommand to print active config file path
by cyb1278588254 · 2026-02-21
55.6%
#12368: fix(cron): respect OPENCLAW_STATE_DIR for cron store path
by ComBba · 2026-02-09
55.4%