agents backup

Restore a previous configuration from an automatic backup.

agents backup works with the automatic backups the CLI creates before every change. Backups preserve the full .claude, .codex, and .agents folders, including sessions and project history.

aiblueprint 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.

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.