list_backups
Find and display backup files in a specified directory using customizable patterns to manage file versions.
Instructions
List all backup files in a directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | Directory to search for backup files | . |
| pattern | No | Backup file pattern | *.bak |