From 9eceb62eb5cdfb23f7c64e5715b7dcebdd0fb517 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 27 Dec 2022 20:21:45 +0200 Subject: [PATCH] Updated Rclone (markdown) --- Rclone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```