docker-backup
docker-backup copied to clipboard
Docker image for orchestrating backup of data and mysql containers, using duplicity at its core.
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...
Is it relevant to have a web interface to configure or show stats? I personally currently do not have need of such feature.
http://duplicity.nongnu.org/duplicity.1.html#sect18 Is it relevant?
Big subject. I know exposing the docker socket is not secure.