Linux | Windows |
CentOS 5/6/7/8 | Windows Server 2008 Windows Server 2012 Windows Server 2016 Windows Server 2019 Windows Server 2022 |
| Ubuntu 10/12/14/16/18/20 |
| Debian 7/8/9/10 |
| SUSE 11/12/15 |
| openSUSE 42 |
| Amazon Linux AMI |
| Red Hat 5/6/7/8 |
| Oracle Linux 5/6/7/8 |
go2tencentcloud.zip
is decompressed, it contains the following files:File Name | Description |
go2tencentcloud-linux.zip | The migration zip for Linux system. |
go2tencentcloud-windows.zip | The migration zip for Windows system. |
readme.txt | Directory overview file. |
release_notes.txt | Migration tool change log. |
go2tencentcloud-linux.zip
is decompressed, it contains the following files:File Name | Description |
go2tencentcloud_x64 | Executable program of the migration tool for the 64-bit Linux operating system. |
go2tencentcloud_x32 | Executable program of the migration tool for the 32-bit Linux operating system. |
user.json | User information in the migration. |
client.json | Configuration file of the migration tool. |
rsync_excludes_linux.txt | rsync configuration file, which excludes files and directories that do not need to be migrated in the Linux system. |
go2tencentcloud-windows.zip
is decompressed, it contains the following files:File Name | Description |
go2tencentcloud_x64.exe | Executable program of the migration tool for the 64-bit Windows operating system. |
user.json | User information in the migration. |
client.json | Configuration file of the migration tool. |
client.exe | Executable program of the migration tool for the Windows operating system. |
Parameter | Type | Required | Description |
SecretId | String | Yes | |
SecretKey | String | Yes |
Parameter | API Type | Required | Description |
Client.Extra.IgnoreCheck | Bool | No | The default value is false . The default value is false. The migration tool automatically checks the source server environment upon startup by default. To skip the check, set this parameter to true . |
Client.Extra.Daemon | Bool | No | The default value is false . If you need the migration tool to run in the background, set this parameter to true . |
Client.Net.Proxy.Ip | String | No | The default value is empty. In the private network migration Scenario 3, the IP address of the network proxy needs to be configured. |
Client.Net.Proxy.IPv6 | Bool | No | It defaults to false. Set it to true if you want to transfer data via IPv6. Otherwise, the migration data will be transferred via IPv4. |
Client.Net.Proxy.Port | String | No | The default value is empty. In the private network migration Scenario 3, the port of the network proxy needs to be configured. |
Client.Net.Proxy.User | String | No | The default value is empty. In the private network migration Scenario 3, if your network proxy needs to be verified, configure the username of the network proxy. |
Client.Net.Proxy.Password | String | No | The default value is empty. In the private network migration Scenario 3, if your network proxy needs to be verified, configure the password of the network proxy. |
client.json
file usually don't need to be entered./dev/*/sys/*/proc/*/var/cache/yum/*/lost+found/*/var/lib/lxcfs/*/var/lib/docker-storage.btrfs/root/.local/share/gvfs-metadata/*
/mnt/disk1
, configure the rsync_excludes_linux.txt file as follows:/dev/*/sys/*/proc/*/var/cache/yum/*/lost+found/*/var/lib/lxcfs/*/var/lib/docker-storage.btrfs/root/.local/share/gvfs-metadata/*/mnt/disk1/*
Parameter | Description |
--help | Prints help information. |
--check | Checks the source server |
--log-file | Configures the log file name, which is log by default. |
--log-level | Configures the logging level. Valid values: 1(ERROR level), 2 (INFO level) and 3(DEBUG level). Default value: 2. |
--version | Prints the version number. |
--clean | Ends the migration task. |
Was this page helpful?