rclone/vfs/vfscache
Nick Craig-Wood b5e72e2fc3 vfs: fix the cache failing to upload symlinks when --links was specified
Before this change, if --vfs-cache-mode writes or above was set and
--links was in use, when a symlink was saved then the VFS failed to
upload it. This meant when the VFS was restarted the link wasn't there
any more.

This was caused by the local backend, which we use to manage the VFS
cache, picking up the global --links flag.

This patch makes sure that the internal instantations of the local
backend in the VFS cache don't ever use the --links flag or the
--local-links flag even if specified on the command line.

Fixes #8367
2025-02-13 13:30:52 +00:00
..
downloaders chunkedreader: add --vfs-read-chunk-streams to parallel read chunks 2024-08-14 21:13:09 +01:00
writeback rc: add relative to vfs/queue-set-expiry 2025-01-11 18:39:15 +00:00
cache_test.go rc: add relative to vfs/queue-set-expiry 2025-01-11 18:39:15 +00:00
cache.go vfs: fix the cache failing to upload symlinks when --links was specified 2025-02-13 13:30:52 +00:00
item_test.go docs: fix typos found by codespell in docs and code comments 2025-01-16 10:39:01 +01:00
item.go vfs: keep a record of the file size in the writeback queue 2024-09-06 17:33:35 +01:00