ssh_backup_list
List backups from a remote server's backup directory, displaying ID, type, size, compression, and status. Optionally filter by database or file type for targeted results.
Instructions
Lists existing backups found in backupDir on the remote server, returning each backup id, type, database or paths, size, compression, retention, status, and creation time parsed from stored metadata. Read-only: it inspects the filesystem and mutates nothing. Optional type filters results to mysql, postgresql, mongodb, files, or full. backupDir defaults to the configured backup directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Server name | |
| type | No | Filter by backup type | |
| backupDir | No | Backup directory (default: /var/backups/ssh-manager) |