Duplicate files with mount on B2

What is the problem you are having with rclone?

I am mount a Backblaze B2 path with the command below. It works fine and I can copy files to the bucket. However, every file gets copied twice, thus duplicating the space needed. If I delete the file, the file disappears from Windows Explorer, but the B2 web browser shows a remaining copy. If I then stop the rclone mount service and restart it, the residual file shows in Windows Explorer.

Questions is: How do I prevent the duplicate copies when using "rclone mount"?

Thank you!

What is your rclone version (output from rclone version)

v1.53.1

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

Windows 10 64 bit

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

Backblaze B2

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

rclone mount b2: q: --vfs-cache-mode minimal

What do the duplicate copies look like? Are they the file name with a temporary suffix?

Can you attach a log?

Also try --vfs-cache-mode writes instead of minimal

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