https://rclone.org/
rclone文档:
https://rclone.org/docs/
https://rclone.org/downloads/
解压之后,将rclone可执行文件cp到/usr/local/bin目录下即可。
最先,要运行此命令,生成的config文件如下:
rclone copy minio:/aguncn/anaconda-ks.cfg /tmp
/tmp/目录下,即有anaconda-ks.cfg主件
rclone copy /tmp/ minio:/sky
minio的sky这个bucket下,即会有anaconda-ks.cfg这个文件
For example, suppose you have a remote with a file in called test.jpg, then you could copy just that file like this
rclone copy remote:test.jpg /tmp/download
The file test.jpg will be placed inside /tmp/download.
This is equivalent to specifying
rclone copy --files-from /tmp/files remote: /tmp/download
Where /tmp/files contains the single line
test.jpg
It is recommended to use copy when copying individual files, not sync. They have pretty much the same effect but copy will use a lot less memory.
项目需求中需要将一个k8s集群中的Minio服务的数据同步到另一个k8s集群的Minio服务中去,因为对数据实时性要求不高,仅仅起到灾备恢复的作用,所以使用Minio client实现数据间的同步使用。废话不多说,开始我们的Minio 服务数据同步旅程。
https://www.moewah.com/archives/2877.html
https://www.moewah.com/archives/2886.html
在执行客户端的服务器访问时,报错:
开启esxi主机的ntpd服务后,设置了ntp服务器为 0.pool.ntp.org和1.pool.ntp.org,2.pool.ntp.org 的IP地址,肉眼上看本地时间和服务器时间时相同的,但依然报错
设置时区
查看时区列表
centos 8 不再支持ntp,因此,yum install ntp 无法安装,但是默认使用 chrony
四个 minio server 重启了该服务后,时间同步成功,可以在主机访问 minio 服务了
时区在时间同步问题上,没有影响
局域网内找不到互联网的ntp服务器
思路:将windows主机作为ntp服务器,用EXSI同步w32time时间服务,虚拟机设置同步客户机时间与主机时间,同步ESXI的系统时间,
如果没有自动同步,需要root权限执行以下步骤
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)