docker-borgmatic
docker-borgmatic copied to clipboard
Borgmatic in Docker
Bumps python from 3.12.5-alpine3.19 to 3.12.7-alpine3.19. Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | python |...
### What I'm trying to do and why `docker-borgmatic` `1.8.10` stopped backing up files while no configuration file was changed (i.e. the container update from `1.8.9` to `1.8.10` alone has...
Hi, I’ve been struggling quite a lot with my ansible scripts until I narrowed down to this one issue: after successful launch of the image/container, any attempt to init the...
### Description As of the point of writing this, `v1.8.13` is the latest Borgmatic version. As I'm manually updating my images and not using something like "latest", I have to...
In my docker-compose file, I have set up the timezone as "Europe/Vienna": ``` environment: - TZ="Europe/Vienna" ``` with the folling in my `config.yml` file: ``` archive_name_format: 'myservice-files-{now:%Y-%m-%d_%H-%M-%S-%z}' ``` However, the...
When i run borgmatic in an container with the crontab.txt like this 40 20 * * * borgmatic --config /etc/borgmatic.d/borgmatic.yaml --stats --log-file /var/log/borgmatic/borgmatic.log -v 0 2>&1 I get this error....