VFS cache slow to split chunks

tl;dr - the smaller the value, the sooner each file will start to upload.


can use task manager, resource monitor, sysinternals process explorer or any number of such other tools.


yes. a debug log would show that.


changes made directly on the cloud storage by the web interface or a different copy of rclone will only be picked up once the directory cache expires if the backend configured does not support polling for changes

check out my summary of the two types of cache


for each file, it is a two-step process

  1. calculate the hash. to do that, rclone has to read the entire file.
  2. upload the file.

in addition to the rclone two-step, at the same time, ATI can be writing a new file into the cache.