rclone / rclone/rclone

vfs: option to cache metadata only

Open
#5,123 3 comments 14 reactions 2 assignees View on GitHub

@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 full not 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.