公司一个项目由云上迁移至线下,对应该的存储minio也需要进行同步迁移,下面分享一下其过程。
机器 | 桶名 | 备注 |
---|---|---|
117.78.xx..xx | test-xx-edm-pre | 云上minio地址 |
192.168.x.xx | test-xx-edm-preview | 线下minio地址 |
1、两台机器的时区及时间要保持一致,最后进行迁移之前,两台机器的时间进行校准。方法如下:
centos 7设置时区
timedatectl set-timezone Asia/Shanghai
时间同步
ntpdate ntp.aliyun.com
curl https://rclone.org/install.sh | sudo bash
rclone config
1、开始迁移
rclone sync minio-pre:test-xx-edm-pre minio-prelocal:test-xx-edm-pre
如果数据量很大,可以开一个screen,保证连接不中断,下面就可以喝咖啡慢慢等待了。
2、迁移后结果展示