migrate_data_commands
Generate rsync and mysqldump commands to transfer website files, emails, and databases between servers for manual execution.
Instructions
Generate rsync/mysqldump commands needed to transfer actual data (files, mail, databases) between servers. These commands must be run manually — the MCP handles config only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of data to transfer | |
| domain | Yes | Domain name (e.g. example.com) | |
| dest_host | Yes | Destination server hostname/IP | |
| source_host | Yes | Source server hostname/IP | |
| database_name | No | Database name (required for database type) |