I have had occasional backup failures for a few weeks now. Always different in time and not related to a backup source. The error message is as follows:
Running backup command from /cache/localhost/1 to back up /backuproot/mtex
Options: [-log backup -storage Backblaze-B2 -threads 4 -stats]
2025-05-01 06:30:01.733 INFO REPOSITORY_SET Repository set to /backuproot/mtex
2025-05-01 06:30:01.733 INFO STORAGE_SET Storage set to b2://Fileserver-B2-backup
2025-05-01 06:30:01.760 ERROR STORAGE_CREATE Failed to load the Backblaze B2 storage at b2://Fileserver-B2-backup: Post "https://api.backblazeb2.com/b2api/v1/b2_authorize_account": dial tcp: lookup api.backblazeb2.com on 1.0.0.1:53: read udp 172.17.0.2:46379->1.0.0.1:53: read: no route to host
Failed to load the Backblaze B2 storage at b2://Fileserver-B2-backup: Post "https://api.backblazeb2.com/b2api/v1/b2_authorize_account": dial tcp: lookup api.backblazeb2.com on 1.0.0.1:53: read udp 172.17.0.2:46379->1.0.0.1:53: read: no route to host
Here is the overview from this week
Duplicacy runs in a Docker container (saspus/duplicacy-web) under Unraid 7.0.1
I have already tried the following:
DNS server of the host changed from Cloudflare to Google to Quant and back again
2nd and 3rd DNS server specified
Docker container network types tried: Bridge, Host, Custom
GODEBUG Variable changed netdns=cgo and netdns=go
I can resolve the address api.backblazeb2.com within the container without any problems.
What else can I try?