Cache time / instant update

What is the problem you are having with rclone?

When changes occur to an upstream belonging to a union, it takes about 5 minutes until the union shows the newly created / added contents.

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

rclone v1.57.0-beta.5652.f7f4468cb

  • os/version: Microsoft Windows 10 Enterprise 2009 (64 bit)
  • os/kernel: 10.0.19042.1415 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.17
  • go/linking: dynamic
  • go/tags: cmount

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

Google Drive

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

mount ebooks-u: c:\mnt\union\ebooks-u --log-file c:\logs\rc-ebooks-u.log --rc --rc-addr localhost:9511  --stats=0 --checkers=16 --drive-chunk-size 32M -v  --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit off --drive-use-trash --config "c:\config\rclone\rclone.conf"

The rclone config contents with secrets removed.

[ebooks-u]
type = union
upstreams = "g:\Meine Ablage\MyMediaStore\eBooks:nc" c:\mnt\local\ebooks-local

A log from the command with the -vv flag

2022/01/11 15:48:25 NOTICE: Serving remote control on http://localhost:9511/
2022/01/11 15:48:25 INFO  : union root '': poll-interval is not supported by this remote
2022/01/11 15:49:18 NOTICE: Serving remote control on http://localhost:9511/
2022/01/11 15:49:18 INFO  : union root '': poll-interval is not supported by this remote
2022/01/11 15:50:41 NOTICE: Serving remote control on http://localhost:9511/
2022/01/11 15:50:41 INFO  : union root '': poll-interval is not supported by this remote

Union as noted in the log don't support polling so changes are noticed after the dir cache time expires, which the default is 5 minutes:

rclone mount

It's explained in the link above.

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