vfs: option to cache metadata only
Open
@ivandeex is already working on this.
Since Mar 13, 2021.
enhancement
metadata
VFS / mount
- Dominant language
- Go
- Stars
- 59.9k
- Forks
- 5.4k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 48
Description
What is your current rclone version (output from rclone version)?
1.54
What problem are you are trying to solve?
Requested by @Dibbyo456 in https://github.com/rclone/rclone/issues/4097#issuecomment-798190622
Can we cache metadata only in VFS?
How do you think rclone should be changed to solve that?
Proposed by @ncw in https://forum.rclone.org/t/how-to-cache-only-metadata-on-cache-remote/14846/7
- Enable async writeback in a secure way
- Enable
--vfs-cache-mode fullnot to download the entire file immediately - Persistent metadata caching (needs a bit more work but isn't nearly as tricky!)
@ivandeex
As an option, consider new --vfs-cache-mode metadata ??
Informative references
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.