Delayed updating of content in Rclone mount

What is the problem you are having with rclone?

I have two rclone mounts on different servers in different locations and for some reason one of them is taking a long time to update and display new content, sometimes taking hours before it's available. I have tried restarting the mount and even rebooting the server to see if it would kick start it, but it seems to just update when it feels like it. There is nothing in the logs to indicate any issues and the mount is fully operational and assessable.

This one has me scratching my head

What is your rclone version (output from rclone version)

rclone v1.53.1

  • os/arch: linux/arm64
  • go version: go1.15

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-1019-raspi aarch64)

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)

Paste command here

[Unit]
Description=PlexMount Service

[Service]
Type=notify
Environment=RCLONE_CONFIG=//home/craftyclown/.config/rclone/rclone.conf
KillMode=none
RestartSec=5
ExecStart=/usr/bin/rclone mount "RichFlixCrypt:/Encrypted/" /media/data/Skull
--allow-other
--buffer-size 256M
--dir-cache-time 72h
--log-level INFO
--log-file /home/craftyclown/logs/PlexMount.log
--poll-interval 15s
--timeout 1h
--umask 002
--cache-dir=/media/data/Backups/Cache
--vfs-cache-mode full
--vfs-cache-max-size 250G
--vfs-cache-max-age 24h
--tpslimit 3
ExecStop=/bin/fusermount -uz /media/data/Skull
Restart=on-failure
User=craftyclown
Group=craftyclown

[Install]
WantedBy=multi-user.target

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

Can you post the debug logs for a simple reproduction?

It may also be similar to these 2 issues:

Ok, I've set my logs to debug and I'll try to recreate the issue then report back

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