ssh_backup_list
List all backups on a remote server, showing each backup's ID, type, database or paths, size, compression, retention, status, and creation time. Filter results by type: mysql, postgresql, mongodb, files, or full.
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) |