ssh_backup_restore
Restore a backup from a remote server by providing a backup ID. Supports database and file restores with configurable paths and credentials.
Instructions
Restore from a backup on remote server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Server name | |
| backupId | Yes | Backup ID to restore | |
| database | No | Target database name (for db restores) | |
| dbUser | No | Database user | |
| dbPassword | No | Database password | |
| dbHost | No | Database host (default: localhost) | |
| dbPort | No | Database port | |
| targetPath | No | Target path for files restore (default: /) | |
| backupDir | No | Backup directory (default: /var/backups/ssh-manager) |