What is your current rclone version (output from rclone version)?
1.54
What problem are you are trying to solve?
Requested by @Dibbyo456 in #4097 (comment)
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
What is your current rclone version (output from
rclone version)?1.54
What problem are you are trying to solve?
Requested by @Dibbyo456 in #4097 (comment)
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
--vfs-cache-mode fullnot to download the entire file immediately@ivandeex
As an option, consider new
--vfs-cache-mode metadata??Informative references