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

Docker image for orchestrating backup of data and mysql containers, using duplicity at its core.

Results 8 docker-backup issues
Sort by recently updated
recently updated
newest added

I tried to run yr container and found that the container does not run at all. Running the below script: docker run \ -v /volume1/docker-backup/config.yml:/etc/docker-backup/docker-backup.yml \ -v /var/run/docker.sock:/var/run/docker.sock \ akerbis/docker-backup...

In Docker-Cloud, containers are started with name `-..`. We should get rid of the `random-id` (and maybe `container#`?) to provide backup continuity between containers redeployments. Does multiples containers of same...

enhancement
question

Is it relevant to have a web interface to configure or show stats? I personally currently do not have need of such feature.

enhancement
question

Use the duplicity encryption mechanism (GPG)

enhancement

http://duplicity.nongnu.org/duplicity.1.html#sect18 Is it relevant?

enhancement
question

Big subject. I know exposing the docker socket is not secure.

enhancement
help wanted