Jan Brinkmann

Results 15 comments of Jan Brinkmann

Would be cool if this will be merged. :)

Starting and stoping containers, and the `exec-pre-backup` and `exec-post-backup` commands also do not work anymore.

Works well for my use case. Thank you, @varhub!

Unfortunately, `latest` tag is still not available. Have you also also tried `docker pull jareware/docker-volume-backup:2.4.0`? This should work. Otherwise, you can build the image locally. See https://github.com/jareware/docker-volume-backup/issues/41.

Let's say you have the two unrelated docker-compose stacks like below that both run on the same host and both mount `docker.sock`. The grafana stack mounts `docker.sock` in order ro...

> But wouldn't this mean the container stopping wouldn't work at all unless you specify a `BACKUP_CUSTOM_LABEL`? Yes, that is correct. > So we would make the default use case...

@jareware > Besides, even if we forced you to provide a `BACKUP_CUSTOM_LABEL`, you still might just put in the same value for both stacks, and be equally confused when they...

Hi @abhishekakt1, as long as there is no multi-arch build, you can simply clone the repository and build an image on your arm64 machine: ``` git clone https://github.com/jareware/docker-volume-backup.git cd docker-volume-backup...

Hy @jareware, 1. Sounds good. This is also my thinking. 2. Yes, I can integrate it in my fork of the project. I have to make two things clear: First...

Hi, thank you for point out that we are able to start arbitrary Docker containers. Indeed, this is a possibility to run `rotate-backups` on `/archive` without integrating it into the...