You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to backup a local docker volume to Backblaze B2 it after ~60 seconds with the following error: Fatal: unable to open repository at b2:backup-bucket-test: context deadline exceeded
TL;DR: Only the combination of B2 as backend + docker volume as location is broken. Backing up a local folder location to B2 works fine. Backing up a docker volume to a local backend works fine.
Additional context
If anybody could run a test to backup a docker volume to Backblaze (or any other cloud provider), that'd be awesome to compare configurations. Any helps is much appreciated and thanks for your time reading this :)
The text was updated successfully, but these errors were encountered:
max-critcrew
changed the title
Docker volume backup with backend Backblaze B2 fails with "context deadline exceeded"
Bug: Docker volume backup to B2 fails ("context deadline exceeded")
Mar 7, 2024
i'm not sure if this is related, but i am seeing a weird, seemingly random behaviour of stuck backup jobs of container volumes. the container is (based on cupcakearmy/autorestic:1.7.7) is running but seemingly not doing anything. volume size is about 5mb, should take mere seconds. i can see it because neither failure nor success hock gets triggered.
i'm not seeing any error messages or obvious entries in the systemd journal
Describe the bug
When trying to backup a local docker volume to Backblaze B2 it after ~60 seconds with the following error:
Fatal: unable to open repository at b2:backup-bucket-test: context deadline exceeded
TL;DR: Only the combination of B2 as backend + docker volume as location is broken. Backing up a local folder location to B2 works fine. Backing up a docker volume to a local backend works fine.
Full console output:
Location definition:
Backend definition:
Further tests I did in order to rule out that my B2 is not working or the docker volume is the issue:
docker-volume-test
to a local backend, it backs up just fineb2-bucket-test-1-root-folder
, it also backs up fist fineExpected behavior
Environment
Additional context
If anybody could run a test to backup a docker volume to Backblaze (or any other cloud provider), that'd be awesome to compare configurations. Any helps is much appreciated and thanks for your time reading this :)
The text was updated successfully, but these errors were encountered: