ssh_backup_list
List backups stored on a remote server, showing key details such as type, size, status, and creation time. Use optional type filter to narrow 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 |
|---|---|---|---|
| type | No | Filter by backup type | |
| server | Yes | Server name | |
| backupDir | No | Backup directory (default: /var/backups/ssh-manager) |