Updated Rclone (markdown)

Lauri Ojansivu 2022-12-27 20:21:45 +02:00
parent 3b200382c1
commit 9eceb62eb5

@ -49,7 +49,7 @@ Create bucket, access key, secret key. Then connect them with `mc` command, here
mc config host add wekan http://192.168.0.100:9000 ACCESS-KEY-HERE SECRET-KEY-HERE
```
## Snap
This uses minimal cache to make it work:
This uses minimal cache to make it work. Note that Rclone stays at foreground running, showing related messages, it does not daemonize to background.
```
rclone mount minio:wekan/files /var/snap/wekan/common/files --vfs-cache-mode minimal
```