[Resolved] Can't sync from backblaze b2 to local machine

What is the problem you are having with rclone?

I cannot sync from my backblaze bucket. Syncing from local to remote works, the dry run of the remote to local works, but when I try the full run syncing from the bucket to my computer I get no download speed (0 B/s). The same persists if I disable the firewall on my local machine (systemctl stop firewalld)

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

[isaac@fedora ~]$ rclone --version
rclone v1.65.0-beta.7471.52d444f4a
- os/version: fedora 38 (64 bit)
- os/kernel: 6.5.8-200.fc38.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.3
- go/linking: static
- go/tags: none

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 sync FileSync:PeetoomHeida-FileSync /home/isaac/FileSync --verbose --log-file=/home/isaac/Documents/log2.txt

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

[isaac@fedora ~]$ rclone config redacted
[FileSync]
type = b2
account = XXX
key = XXX
### Double check the config for sensitive info before posting publicly

A log from the command that you were trying to run with the -vv flag

[isaac@fedora ~]$ rclone sync FileSync:PeetoomHeida-FileSync /home/isaac/FileSync --verbose -vv
<7>DEBUG : rclone: Version "v1.65.0-beta.7471.52d444f4a" starting with parameters ["rclone" "sync" "FileSync:PeetoomHeida-FileSync" "/home/isaac/FileSync" "--verbose" "-vv"]
<7>DEBUG : rclone: systemd logging support activated
<7>DEBUG : Creating backend with remote "FileSync:PeetoomHeida-FileSync"
<7>DEBUG : Using config file from "/home/isaac/.config/rclone/rclone.conf"
<7>DEBUG : Creating backend with remote "/home/isaac/FileSync"
<7>DEBUG : misc_scripts.zip: Need to transfer - File not found at Destination
<7>DEBUG : sync_setup: Need to transfer - File not found at Destination
<7>DEBUG : test_sync.txt: Need to transfer - File not found at Destination
<7>DEBUG : Local file system at /home/isaac/FileSync: Waiting for checks to finish
<7>DEBUG : Local file system at /home/isaac/FileSync: Waiting for transfers to finish
<7>DEBUG : pacer: low level retry 1/10 (error Get "https://f004.backblazeb2.com/b2api/v1/b2_download_file_by_id?fileId=4_z0cd8ae76df9a868d8dba0015_f105ba19cb3080125_d20231101_m035925_c004_v0402001_t0003_u01698811165294": dial tcp 192.168.4.1:443: connect: connection refused)
<7>DEBUG : pacer: low level retry 1/10 (error Get "https://f004.backblazeb2.com/b2api/v1/b2_download_file_by_id?fileId=4_z0cd8ae76df9a868d8dba0015_f11647635dd9851e0_d20231101_m032349_c004_v0402016_t0003_u01698809029641": dial tcp 192.168.4.1:443: connect: connection refused)
<7>DEBUG : pacer: Rate limited, increasing sleep to 20ms
<7>DEBUG : pacer: Rate limited, increasing sleep to 40ms
<7>DEBUG : pacer: low level retry 1/10 (error Get "https://f004.backblazeb2.com/b2api/v1/b2_download_file_by_id?fileId=4_z0cd8ae76df9a868d8dba0015_f118e4ab4771c3680_d20231101_m035952_c004_v0402017_t0003_u01698811192317": dial tcp 192.168.4.1:443: connect: connection refused)
<7>DEBUG : pacer: Rate limited, increasing sleep to 80ms
<7>DEBUG : pacer: low level retry 2/10 (error Get "https://f004.backblazeb2.com/b2api/v1/b2_download_file_by_id?fileId=4_z0cd8ae76df9a868d8dba0015_f105ba19cb3080125_d20231101_m035925_c004_v0402001_t0003_u01698811165294": dial tcp 192.168.4.1:443: connect: connection refused)
<7>DEBUG : pacer: Rate limited, increasing sleep to 160ms
<7>DEBUG : pacer: low level retry 2/10 (error Get "https://f004.backblazeb2.com/b2api/v1/b2_download_file_by_id?fileId=4_z0cd8ae76df9a868d8dba0015_f11647635dd9851e0_d20231101_m032349_c004_v0402016_t0003_u01698809029641": dial tcp 192.168.4.1:443: connect: connection refused)
<7>DEBUG : pacer: Rate limited, increasing sleep to 320ms
<7>DEBUG : pacer: low level retry 2/10 (error Get "https://f004.backblazeb2.com/b2api/v1/b2_download_file_by_id?fileId=4_z0cd8ae76df9a868d8dba0015_f118e4ab4771c3680_d20231101_m035952_c004_v0402017_t0003_u01698811192317": dial tcp 192.168.4.1:443: connect: connection refused)
<7>DEBUG : pacer: Rate limited, increasing sleep to 640ms
<7>DEBUG : pacer: low level retry 3/10 (error Get "https://f004.backblazeb2.com/b2api/v1/b2_download_file_by_id?fileId=4_z0cd8ae76df9a868d8dba0015_f105ba19cb3080125_d20231101_m035925_c004_v0402001_t0003_u01698811165294": dial tcp 192.168.4.1:443: connect: connection refused)
<7>DEBUG : pacer: Rate limited, increasing sleep to 1.28s

welcome to the forum,

might check out https://forum.rclone.org/t/does-rclone-support-the-backblaze-b2-east-region/42525/6

odds are it will matter, but might try latest stable version of rclone, not beta

Was the other post DNS related? That comes back fine for me:

host f004.backblazeb2.com
f004.backblazeb2.com has address 149.137.128.16

But yours is coming back to some private address.

1 Like

My home network also uses an eero device. It seems that they have built in filters for backblaze for security reasons. I have added f004.backblazeb2.com to the allowed sites. The problem is gone now.

The problem is the same on the stable release as well as 1.61 which is available in Fedora 38 sources.

[isaac@fedora ~]$ host f004.backblazeb2.com
f004.backblazeb2.com has address 192.168.4.1
f004.backblazeb2.com has IPv6 address fd6c:a00f:dd7b:1::1
1 Like

The release of rclone would not have anything to do with it as it's just resolving DNS on your local network.

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