docker-duplicity icon indicating copy to clipboard operation
docker-duplicity copied to clipboard

Docker image for running duplicity in a cron

Results 10 docker-duplicity issues
Sort by recently updated
recently updated
newest added

Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.4. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request #1646 from televi/main 7b8b374...

dependencies
python

Remove pyrax from dependencies Update python-keystoneclient to version 5.0.0 Fixes #323

Hi, I have just tested both latest/3.0.3 and master/edge versions of docker-duplicity-postgres and I get the following errors (using swift for pushing backups to OpenStack Object Storage) : ``` Traceback...

BackendException: Azure backend requires Microsoft Azure Storage SDK for Python Exception: No module named 'azure.storage'

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies
github_actions

Bumps python from 3.11-alpine to 3.13.0a3-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python&package-manager=docker&previous-version=3.11-alpine&new-version=3.13.0a3-alpine)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
docker

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies
github_actions

For files, I like that I can use this image and have different services just volume mount to the source directory. Example: ```yaml # someservice.yaml services: someservice: volumes: ../data/someservice/config:/config #...

Bumps [duplicity](https://github.com/librsync/librsync) from 1.2.3 to 2.1.1. Release notes Sourced from duplicity's releases. librsync 2.1.0 Overview This is a minor release that exposes a few useful utility functions to librsync.h previously...

dependencies
python

Hello! It seems the google_auth_oauthlib module is missing from this container. Can we please get it included? Used for non-service accounts on the Google Drive backup options. Thanks Jake