当前位置:网站首页>Rclone configuring Minio and basic operations
Rclone configuring Minio and basic operations
2022-07-01 06:44:00 【Learn programming notes】
rclone To configure minio And basic operation
rclone To configure minio
[minio]
type = s3
provider = Minio
env_auth = false
access_key_id = admin
secret_access_key = 12345678
region =
endpoint = http://10.0.110.120:9000
[minio] It's a random name , Indicates that the following configurations are for minio Configured , The other is configuration IP, Account and password
Basic use command
rclone lsd minio:/
List minio All of them bucket Information
rclone mkdir minio:/bucket
stay minio Create a name in bucket The barrel
rclone sync /home/files minio:bucket
hold /home/files All files in the folder, including sub files, are transferred to bucket Next
minio To move between
rclone sync minio-1:bucket-1 minio-2:bucket-2
Reference link :
https://blog.csdn.net/anshichuxuezhe/article/details/123157434
https://blog.csdn.net/sun134911/article/details/123212117
边栏推荐
猜你喜欢
随机推荐
mysql数据类型学习笔记
脏读、幻读和不可重复读
JSON module
C language course set up salary management system (big homework)
Design of sales management system for C language course (big homework)
C how to print out the original array
Record an online interface slow query problem troubleshooting
MySQL learning
@Transactional的传播属性REQUIRES_NEW深入理解
VS2019如何永久配置本地OpenCV4.5.5使用
Find the original array for the inverse logarithm
Is it safe to buy funds on Alipay? Where can I buy funds
Router 6/ and the difference with router5
考研目录链接
K8S搭建Redis集群
[ManageEngine Zhuohao] what is network operation and maintenance management and what is the use of network operation and maintenance platform
Draw a directed graph based on input
PAT (Advanced Level) Practice 1057 Stack
Methods of downloading Foreign Periodicals
根据输入画有向图