Title here
Summary here
List available backups
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] # 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 -h, --help help for list
--json Output in JSON format --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)