Rclone showing different data for BackBlaze than BackBlaze "Browse Files"

What is the problem you are having with rclone?

rclone (on any machine I try) is showing different folders for my BackBlaze account than what I see when I use the "Browse Files" feature of BackBlaze online.

rclone lsd bb:bucket shows one folder (new), but the online browser shows two (one and two).

I did recently do a move to rename old to new: rclone move bb:bucket/old bb:bucket/new.

What is your rclone version (output from rclone version)

rclone v1.53.4
- os/arch: linux/amd64
- go version: go1.15.6

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

Debian 10 x64

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 lsd bb:bucket

The rclone config contents with secrets removed.

[bb]
type = b2
account = ...
key = ...

A log from the command with the -vv flag

system 1:

2021/01/24 23:51:11 DEBUG : rclone: Version "v1.53.4" starting with parameters ["rclone" "-vv" "lsd" "bb:nacho-nook"]
2021/01/24 23:51:11 DEBUG : Using config file from "/home/.../.config/rclone/rclone.conf"
2021/01/24 23:51:11 DEBUG : Creating backend with remote "bb:bucket"
          -1 2021-01-24 23:51:22        -1 new
2021/01/24 23:51:22 DEBUG : 4 go routines active

system 2:

2021/01/24 23:51:31 DEBUG : rclone: Version "v1.53.3" starting with parameters ["rclone" "-vv" "lsd" "bb:nacho-nook"]
2021/01/24 23:51:31 DEBUG : Using config file from "/.../.config/rclone/rclone.conf"
2021/01/24 23:51:31 DEBUG : Creating backend with remote "bb:bucket"
          -1 2021-01-24 23:51:41        -1 new
2021/01/24 23:51:41 DEBUG : 4 go routines active

Screenshot of my BB "Browse Files":

Hmm, I wonder if there are some old versions in the old directory which is why it still appears in the display.

You can try adding the --b2-versions flag to rclone to get it to show the old versions too.

Yup. Now it shows the other folder. I will try move with the b2-versions flag. Thanks!

1 Like

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