Windows Mounted Backblaze Unable to See Files

What is the problem you are having with rclone?

Mounted Backblaze B2 using Rclone. Tried copying files. I can see the files in Windows Explorer, but not in the Backblaze B2 browser interface.

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

rclone v1.64.2

  • os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
  • os/kernel: 10.0.19045.3693 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.21.3
  • go/linking: static
  • go/tags: cmount

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.exe --vfs-cache-mode full --config=C:\Users\user\AppData\Roaming\rclone\rclone.conf mount Backblaze: Y:

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[Backblaze]
type = b2
account = XXX
key = XXX

To see files in B2 browser interface they have to be uploaded to B2 cloud. When you copy them to your mount rclone starts upload immediately - but how long it takes depends on your network etc. So just give it a moment and all should be visible.

Is there a way to monitor the progress? I'm worried that I might have been waiting for nothing.

Run your mount in debug mode (add -vv flag) and monitor its output.

Or you can use rc interface and get stats about all transfers - Remote Control / API