ssh_backup_list
Lists existing backups on a remote server with details like id, type, size, and status. Optionally filter by backup type to focus on MySQL, PostgreSQL, MongoDB, files, or full backups.
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 |
|---|---|---|---|
| type | No | Filter by backup type | |
| server | Yes | Server name | |
| backupDir | No | Backup directory (default: /var/backups/ssh-manager) |