Closed hansjuergenjung closed 2 years ago
This link says, that its a version problem of duplicity: https://git.shivering-isles.com/container-library/duplicity/-/issues/2
You can try an older version of this image or adjust the dockerfile to duplicity 0.8.18 and build the image yourself.
Thanks for the link to the duplicity issue. I have found a simple workaround for this problem.
Save the current code b2backend.py (commit hash 718ccc90) from https://gitlab.com/duplicity/duplicity/-/blob/master/duplicity/backends/b2backend.py as config.
Pass the config when starting the container. Target: /usr/lib/python3.8/site-packages/duplicity/backends/b2backend.py
Stack / yml
...
configs:
- source: b2backend.py
target: /usr/lib/python3.8/site-packages/duplicity/backends/b2backend.py
...
configs:
b2backend.py:
external: true
Should be solved now with the inclusion of the sdk.
A volumerize container launched via Docker-Compose was able to successfully perform backups to Backblaze. The container has now been transferred to Docker Swarm via Portainer.
When running a backup, the following error message is displayed:
If the VOLUMERIZE_TARGET is set to a different target, the backup runs successfully.