Hello everyone,
I have multiple backups running as a schedule backing things up to B2 BackBlaze service.
This is one of the Failes logs I’m getting:
Running backup command from /cache/localhost/0 to back up /mnt/6TB_HDD/Backup/immich
Options: [-log backup -storage duplicacy-immich -threads 12 -vss -stats]
2024-06-12 03:00:04.483 INFO REPOSITORY_SET Repository set to /mnt/6TB_HDD/Backup/immich
2024-06-12 03:00:04.483 INFO STORAGE_SET Storage set to b2://duplicacy-immich
2024-06-12 03:00:14.487 ERROR STORAGE_CREATE Failed to load the Backblaze B2 storage at b2://duplicacy-immich: Post "https://api.backblazeb2.com/b2api/v1/b2_authorize_account": dial tcp: lookup api.backblazeb2.com on 1.1.1.1:53: read udp 172.17.0.13:41367->1.1.1.1:53: i/o timeout
Failed to load the Backblaze B2 storage at b2://duplicacy-immich: Post "https://api.backblazeb2.com/b2api/v1/b2_authorize_account": dial tcp: lookup api.backblazeb2.com on 1.1.1.1:53: read udp 172.17.0.13:41367->1.1.1.1:53: i/o timeout
I can see that I’m hitting some timeouts, but the internet connections works, event tested at the time of the backup and when running the same schedule manually, it works without issues.
I’m running the Docker version with a License.
Thanks