Rclone mount' is not updating files/directories that were changed remotely

What is the problem you are having with rclone?

'rclone mount' is not updating files/directories that were changed remotely (another server with rclone or website), but 'rclone ls' command shows the file.

Sometimes it works normally for a long time, but if I start messing with the same folder, both locally (windows) and remotely (ubuntu/website onedrive) it ends up arriving at a point where it no longer updates locally (windows) however, on the remote ones (ubuntu/onedrive website) they are still being updated whenever there is a change...
I believe there may be a problem with my 'mount' command or with 'winfsp' because only in the explorer it does not show the new files, with the 'rclone ls' command it normally shows the new files in the terminal.

Run the command 'rclone version' and share the full output of the command.

rclone v1.65.0-beta.7436.7a27d9a19

  • os/version: Microsoft Windows 11 Pro 22H2 (64 bit)
  • os/kernel: 10.0.22621.2428 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.21.3
  • go/linking: static
  • go/tags: cmount

**try 1.64 same problem

Which cloud storage system are you using? (eg Google Drive)

OneDrive for Business

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount --cache-dir C:\rclone\Cache --log-level DEBUG --log-file="C:\rclone\rclonelog.txt" --vfs-cache-mode full --allow-other --no-modtime --no-checksum --ignore-checksum --no-check-certificate --checkers 3 --tpslimit 3 --transfers 3 --dir-cache-time 2h --ignore-size --user-agent "ISV|rclone.org|rclone/v1.62.2" --vfs-cache-max-size 20G  --no-console "Plex:" P:

Not true - they will be updated

after time your configured yourself.

So have a break - come back after 2h and all will be ok - the way you indented.

My mistake, I thought that '--dir-cache-time' was the time that the file would be in the cache on my PC before being deleted, now that I stopped to read on the rclone website how it works.

I'm going to reduce the time and test to see if it will solve it.
Thank you for your help

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.