diff --git a/Rclone.md b/Rclone.md index 9459f10..ecec428 100644 --- a/Rclone.md +++ b/Rclone.md @@ -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 ```