Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
minio
/
List buckets
List buckets
minio
Show all buckets on the server
mc ls myminio
⎘ copy
#minio
more minio
all 10 commands →
Create bucket
mc mb myminio/my-bucket
Copy file to bucket
mc cp ./file.tar.gz myminio/my-bucket/backups/
Mirror local dir to bucket
mc mirror --watch ./data myminio/my-bucket/data
Server info
mc admin info myminio
Disk usage per bucket
mc du --depth 1 myminio