Best practice vfs mount options for nextcloud webdav mount?

Hello rclone forum,

i am looking for help to understand vfs options and which one fit my use-case the best. I want to try mounting my nextcloud webdav remote and use it for photography projects (e.g. Darktable). The files for these projects are rather large ( 100mb/image ) and i try to figure out which vfs options are best to provide a reliable and efficent service? my network connection is rather fast but i would prefer an option that works with slower connections as well, if that is possible? I would also like to know how to specify which files are cached locally and which files remain on the remote?

I suppose rclone mount provides all the options that i should need, but i am rather overwhelmed and would feel much more comfortable with someones expertise on that matter.

thanks for reading all of this and happy new year! :slight_smile:

hi, i have a short summary of the rclone vfs caches

1 Like
VFS cache Dir cache
Purpose [ keep data temporarily on premise ] [ keep metadata temporarily on premise ]
Data type data metadata
Storage type stored on filesystem stored in RAM
Volatility Default 1h, can be non-volatile volatile

I tried to make sense of your comment but it was only partially helpful. I going to think more about my problem and im going to report back once i found a valid solution.