agents backup
Restore a previous configuration from an automatic backup.
agents backup restores snapshots from the legacy backup store. Current setup
and sync snapshots are managed by configs backups. Backups preserve the full .claude, .codex, and .agents folders,
including sessions and project history.
Terminal
npx aiblueprint-cli@latest agents backup load
What it does
- Lists every backup stored in
~/.config/aiblueprint/backup/. - Shows each backup's timestamp and relative time.
- Lets you select one interactively.
- Asks for confirmation before restoring.
- Backs up your current configuration first, so a restore is itself reversible.
Related
For named, manually managed snapshots - and a richer set of backup commands -
see configs, which exposes configs backups list,
configs backups create, configs backups load, and configs backups clean.