Updated Rclone (markdown)

Lauri Ojansivu 2022-12-27 20:50:28 +02:00
parent 93fb64e92a
commit 59633084de

@ -44,7 +44,11 @@ rclone ls minio:
https://min.io
Create bucket, access key, secret key. Then connect them with `mc` command, here bucket wekan:
Running MinIO server binary, storing files at `/home/wekan/minio/data`
```
MINIO_ROOT_USER=admin MINIO_ROOT_PASSWORD=password ./minio server /home/wekan/minio/data --console-address ":9001"
```
Create bucket, access key, secret key. Then connect them with `mc` command installed from https://min.io website, here bucket wekan:
```
mc config host add wekan http://192.168.0.100:9000 ACCESS-KEY-HERE SECRET-KEY-HERE
```