Rclone mount not updating

What is the problem you are having with rclone?

I'm currently having an issue with rclone and dropbox, where my mount doesn't seem to be updating. I have two servers, one of the servers downloads files to disk and then uploads to dropbox and the mount is updated immediately.

On my 2nd server, it is a mount only, but is not syncing what's been deleted/uploaded as when doing a 1:1 comparison between both servers, the main server shows files that have been deleted correctly, but on the 2nd server they are still visible. My rclone command is;

rclone mount --allow-other --drive-impersonate admin@jumbo.stream --vfs-cache-mode full --cache-dir /dev/shm/cache/ --vfs-cache-poll-interval 1m --tpslimit 12 --tpslimit-burst 12 --vfs-cache-max-age 24h --vfs-cache-max-size 8G --drive-pacer-min-sleep 5ms --user-agent=JumboStream --multi-thread-streams 1 --vfs-read-ahead 150Mi --buffer-size 300Mi --vfs-read-chunk-size 150Mi --attr-timeout 8700h --dir-cache-time 8760h --poll-interval 1m --no-traverse dropenc: /home/plex/mounts/dropbox/

Is there something that I am missing?

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

rclone v1.63.0

  • os/version: ubuntu 22.04 (64 bit)
  • os/kernel: 5.15.0-78-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.20.5
  • go/linking: static
  • go/tags: none

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

Dropbox

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

Paste command here

The rclone config contents with secrets removed.

[dropenc]
type = crypt
remote = dropbox:/DataTest/
filename_encryption = standard
password = ###################################
password2 = ##################################

A log from the command with the -vv flag

Paste  log here