当前位置:网站首页>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
边栏推荐
- ESP32 ESP-IDF ADC监测电池电压(带校正)
- Esp32 monitors the battery voltage with ULP when the battery is powered
- ESP32 ESP-IDF GPIO按键中断响应
- [ManageEngine] terminal management system helps Huasheng securities' digital transformation
- Code power is full of quantitative learning | how to find a suitable financial announcement in the financial report
- 自动化测试平台(十三):接口自动化框架与平台对比及应用场景分析及设计思路分享
- Several ways of gson's @jsonadapter annotation
- 根据输入画有向图
- [wechat applet] to solve button, input and image components
- Software engineering review
猜你喜欢

Figure out the difference between event coordinates screenx, clientx, pagex and offsetx

Jena基于OWL的默认推理查询

产品学习(一)——结构图

Free trial of self-developed software noisecreater1.1

ESP32深度睡眠电流怎样低于10uA

WiFi settings for raspberry Pie 4

SQL statement

Using fuseki query when there are multiple models in TDB

谷粒商城-环境(p1-p27)

Mongodb: I. what is mongodb? Advantages and disadvantages of mongodb
随机推荐
Solve the problem that the class defined in meta-inf.services cannot be read
Comment imprimer le tableau original
Esp32 - ULP coprocessor reading Hall sensor in low power mode
绕圆旋转动画组件,拿过来直接用
The code generator has eliminated the styling of xxxx js as it exceeds the max of 500kb
Free trial of self-developed software noisecreater1.1
【微信小程序】如何搭积木式开发?
SQL learning notes 2
下载外文期刊的方法
树莓派4的WiFi设置
概率论学习笔记
存储函数学习笔记
C#如何打印輸出原版數組
Find the original array for the inverse logarithm
TCL statements in SQL (transaction control statements)
Code power is full of quantitative learning | how to find a suitable financial announcement in the financial report
NOC 设计的一些坑
[unity shader stroke effect _ case sharing first]
[ManageEngine Zhuohao] helps Julia college, the world's top Conservatory of music, improve terminal security
mysql约束学习笔记