list_backups
List backup files with size, age, and checksum availability from a specified directory, returning results in JSON format with newest backups first.
Instructions
List all backup files with size, age, and checksum availability.
Args:
backup_dir: Directory to scan. Defaults to metis/system/backups/.
Returns JSON array, newest first.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backup_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |