mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Rclone (markdown)
parent
a52140f6ee
commit
5d6547691b
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue