Rclone for mac cache glitchy

What is the problem you are having with rclone?

Whenever adding a file to an rclone mount, the log shows a new file queued entry, a deleted file entry, and the new file queue message again.
eg:

2022/03/23 14:55:20 INFO  : newfile: vfs cache: queuing for upload in 5s
2022/03/23 14:55:20 INFO  : newfile: vfs cache: removed cache file as file deleted
2022/03/23 14:55:20 INFO  : newfile: vfs cache: queuing for upload in 5s
2022/03/23 14:55:26 INFO  : newfile: Copied (new)
2022/03/23 14:55:26 INFO  : newfile: vfs cache: upload succeeded try #1

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

❯ rclone version
rclone v1.57.0
- os/version: darwin 12.2.1 (64 bit)
- os/kernel: 21.3.0 (x86_64)
- os/type: darwin
- os/arch: amd64
- go/version: go1.17.2
- 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)

/usr/local/bin/rclone mount remote: /path/to/mnt \
--allow-other \
--attr-timeout 1000h \
--buffer-size 64M \
--dir-cache-time 30m \
--log-level INFO \
--log-file mount.log \
--poll-interval 30s \
--use-mmap \
--tpslimit 10 \
--tpslimit-burst 10 \
--cache-dir=/path/to/cache \
--vfs-cache-mode writes \
--timeout 1h \
--umask 002 \
--volname mymount

Can you update rclone to the latest and include a full debug log?

Thanks.

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