A simple docker container for running Backuppc
This container installs Backuppc from Debian Jessie sources. On startup it checks if the provides volumes for data and configuration are emppty and if yes, move the configuration from packaging into it.
- No authentication
- SSH host key checking disabled
- If the data volume is empty, a new SSH keypair gets generated at startup
/var/lib/backuppc
: Persistent data for backuppc, including ssh key/etc/backuppc
: Configuration for backuppc
80
: Webinterface
AGPLv3
Alvaro Aleman