ssh_backup_list
List backups on a remote server, showing ID, type, size, compression, and status. Filter by 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) |