← Back to PRs

#6697: Config: move backups into backups folder

by BrennerSpear open 2026-02-01 23:41 View on GitHub →
docs cli commands
## 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