This topic describes how to prepare for a migration job.
Network resources
- Estimate the amount of data to be migrated.
Estimate the size and the number of files that you want to migrate.Note To make sure that your data can be migrated as expected, you must enter an appropriate size and an appropriate number of files when you create a migration job.
- Load network resources.
- Create a list file on your on-premises device.
The list file consists of two columns. Separate the columns with a tab character (
\t
). Each line represents one file. Separate files with line feeds(\n)
.- The first column contains a list of HTTP or HTTPS URLs. Data Transport uses HTTP GET
requests to download files from the HTTP or HTTPS URLs and uses HTTP HEAD requests
to obtain the metadata of the files. If a file name contains Chinese characters or
special characters such as spaces, number signs (#), and tab characters, you must
use the
encodeURIComponent
method to perform URL encoding on the file name. - The second column contains a list of file names. After a file is migrated, the name of the object that corresponds to the file consists of a prefix and the file name.
http://docs-aliyun.cn-hangzhou.oss.aliyun-inc.com/pics/%23%E5%9B%BE%E7%89%872A.jpg pics/#<Chinese file name>2A.jpg
Notice- You must specify specific files instead of file folders in the list file.
- If your device runs on a Windows operating system, we recommend that you use a text editor such as EditPlus or Sublime Text instead of Notepad to edit the list file. If your device runs on a Linux operating system, we recommend that you use Vi IMproved (Vim) to edit the list file.
The following example shows the content of a list file named list.txt:
http://docs-aliyun.cn-hangzhou.oss.aliyun-inc.com/docs/my.doc docs/my.doc http://docs-aliyun.cn-hangzhou.oss.aliyun-inc.com/pics/my.jpg pics/my.jpg http://docs-aliyun.cn-hangzhou.oss.aliyun-inc.com/pics/#%EF%BF%A5.jpg pics/#%EF%BF%A5.jpg http://docs-aliyun.cn-hangzhou.oss.aliyun-inc.com/pics/%e5%9b%be%e7%89%87.jpg pics/<Chinese file name>.jpg
- The first column contains a list of HTTP or HTTPS URLs. Data Transport uses HTTP GET
requests to download files from the HTTP or HTTPS URLs and uses HTTP HEAD requests
to obtain the metadata of the files. If a file name contains Chinese characters or
special characters such as spaces, number signs (#), and tab characters, you must
use the
- Upload the list file to Object Storage Service (OSS). For more information, see Simple upload.
Note
- After the list file is uploaded to OSS, Data Online Migration downloads the list file and migrates the files based on the specified URLs.
- When you create a migration job, the OSS URL of a list file is in the
oss://{Bucket name}/{List file name}
format, such as oss://mybucket/list.txt.
- Create a list file on your on-premises device.
Alibaba Cloud OSS
- Create a destination OSS bucket.
Create a destination bucket to store the migrated data. For more information, see Create buckets.
- Create a RAM user and grant required permissions to the RAM user.
- Log on to the Resource Access Management (RAM) console.
- In the left-side navigation pane, choose .
- On the Users page, click Create User.
- On the Create User page, specify the Logon Name and Display Name parameters in the User Account Information section.
- In the Access Mode section, select Console Access and OpenAPI Access. Then, save the generated logon name, password, AccessKey ID, and AccessKey secret.
- Console Access: If you select this check box, you must configure the console password, password reset settings, and multi-factor authentication settings.
- OpenAPI Access: If you select this check box, an AccessKey pair is automatically created for the RAM user. The RAM user can call API operations or use other development tools to access Alibaba Cloud resources.
- After the RAM user is created, return to the Users page. Find the RAM user and click Add Permissions in the Actions column. In the panel that appears, select the AliyunOSSFullAccess and AliyunMGWFullAccess policies and click OK. This way, the RAM user is granted the read and write permissions on OSS buckets and the permissions to perform online data migrations.
- In the left-side navigation pane, click Overview.
- On the page that appears, navigate to the Account Management section and click the link under RAM user logon. On the page that appears, enter the logon name and password of the RAM user to log on to the Alibaba Cloud Management Console.