Hey I am looking for a way to have a network folder on a vps that uses a configurable amount of local storage for caching.
Ask specific questions about how to do something with linux
General linux discussion on lemmy.ml
Create Post From:
lemmy.ml
Community icon by Alpár-Etele Méder,
licensed under CC BY 3.0
codafs. or anything not written in 1950.
I think this is a little bit too complicated for me ^^ http://www.coda.cs.cmu.edu/doc/html/coda-howto-3.html
Thanks I’ll read into that
https://rclone.org/ use
rclone mount
?And the caching is done by the https://rclone.org/commands/rclone_mount/#vfs-file-caching, not by the deprecated https://rclone.org/cache/, right?
Are there any drawbacks by having object storage on the storage server instead of a normal filesystem? I don’t need object storage.
I think I’ll rephrase the whole question here and be more specific with my idea.
Thanks I’ll read into that