aix backup list

aix backup list

List available backups

Synopsis

List all available configuration backups grouped by platform.

By default, lists backups for all detected platforms. Use the –platform flag to limit to a specific platform. Backups are shown in chronological order with the most recent first.

aix backup list [flags]

Examples

  # List all backups
  aix backup list

  # List backups for a specific platform
  aix backup list --platform claude

  # Output as JSON
  aix backup list --json

  See Also:
    aix backup restore - Restore from a backup
    aix backup create  - Create a new backup

Options

  -h, --help   help for list
      --json   Output in JSON format

Options inherited from parent commands

      --log-file string     write logs to file in JSON format
      --log-format string   log format: text, json (default "text")
  -p, --platform strings    target platform(s): claude, opencode (default: all detected)
  -q, --quiet               suppress non-error output
  -v, --verbose count       increase verbosity level (e.g., -v, -vv)

SEE ALSO

Auto generated by spf13/cobra on 24-Jan-2026