How to only use cache for read. Not for writes

I have a mount with rclone mount. I want that any new file is directly copied to the remote without using a cache. When reading a file I want to use a cache in order to avoid hitting the remote for every read.

I read through the vfs-cache-mode but did not see how to achieve this. Is this configuration possible with rclone?

It isn't.

Full mode does both read and writes.

There isn't a mode for reads only.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.