I want to migrate other server data to qiniu now. I think the file storage methods of the two servers are different. What is the result, the data on other servers is migrated to qiniu, and the database data must correspond to the data migrated to qiniu. I want to migrate other server data to qiniu now. I think the file storage methods of the two servers are different. What is the result, the data on other servers is migrated to qiniu, and the database data must correspond to the data migrated to qiniu.
Reply content:
I want to migrate other server data to qiniu now. I think the file storage methods of the two servers are different. What is the result, the data on other servers is migrated to qiniu, and the database data must correspond to the data migrated to qiniu.
Https://github.com/qiniu/qshell
Synchronization Can Use qshell,
For example, you have a file named test.jpg stored in C:/users/weixin/abc /.
If your src is set to C:/users,
After synchronization, test.jpg will be named weixin/abc/test.jpg by default on qiniu.
Then you can access the picture via http://xx.xx.com/weixin/abc/test.jpg
The domain name of xx.xx.com can be set to a custom domain name or a domain name of qiniu, which is fixed. You can modify the file name to match it.