Migrates a container from one server to another.
Syntax.
prlctl migrate [<source_server>/]
<CT_name> <destination_server>[/<CT_name>]
[--dst=<path>] [--keep-src|--remove-src] [--no-compression] [--ssh <options>]
Table 3.11. Options
Name | Description |
---|---|
| The source container name. |
| The source server information. Use the following format to specify this info: |
| The destination server information. If omitted, the migration will be performed locally. Use the following format to specify this info: |
| Name and path of the directory on the destination server where the container files should be stored. |
| Do not remove the original container from the source server. Cannot be used together with |
| Remove the original container from the source server. Cannot be used together with |
| Disable data compression during migration. |
| Additional options to pass to NoteNote: Do not specify the destination server hostname or IP address as an |