当前位置:网站首页>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
边栏推荐
- 产品学习(一)——结构图
- C how to print out the original array
- Student attendance system for C language course (big homework)
- 问题:OfficeException: failed to start and connect(二)
- Esp32 esp-idf ADC monitors battery voltage (with correction)
- PAT (Advanced Level) Practice 1057 Stack
- MySQL data type learning notes
- Some pits designed by NOC
- 清除过期缓存条目后可用空间仍不足 - 请考虑增加缓存的最大空间
- On whether variables are thread safe
猜你喜欢
随机推荐
How to use SCI hub
The code generator has eliminated the styling of xxxx js as it exceeds the max of 500kb
代码实战——从零开始搭建自己的Diffusion models/Score-based generative models
Router 6/ 以及和Router5 的区别
What is a port scanning tool? What is the use of port scanning tools
Methods of downloading Foreign Periodicals
rclone配置minio及基本操作
C language course set up property fee management system (big work)
H5 web page determines whether an app is installed. If it is installed, it will jump to the summary of the scheme to download if it is not installed
PAT (Advanced Level) Practice 1057 Stack
记一次线上接口慢查询问题排查
Software engineering review
mysql数据类型学习笔记
JSON module
Camouflage request header Library: Anti useragent
Requests module (requests)
C language course is provided with employee information management system (large operation)
ESP32 ESP-IDF GPIO按键中断响应
[unity shader amplify shader editor (ASE) Chapter 9]
Internet worm








