Updated Rclone (markdown)

Lauri Ojansivu 2022-12-27 22:05:46 +02:00
parent a52140f6ee
commit 5d6547691b

@ -67,6 +67,8 @@ mc config host add wekan http://192.168.0.100:9000 ACCESS-KEY-HERE SECRET-KEY-HE
## Snap
This uses minimal cache to make it work. Note that Rclone stays at foreground running, showing related messages, it does not daemonize to background.
```
sudo su
rclone mount minio:wekan/files /var/snap/wekan/common/files --vfs-cache-mode minimal
```
Sometimes it shows this kind of message:
@ -77,6 +79,8 @@ Sometimes it shows this kind of message:
Rclone, short story:
```
sudo su
rclone mount minio:wekan/files /var/lib/docker/volumes/wekan_wekan-files/_data --vfs-cache-mode minimal
```
Longer story: