run this docker command to get up and running:
docker run -dp 3000:22 \
-e UID=$(id -u) \
-e GID=$(id -g) \
-v "$PWD"/sshkeys:/sshkeys \
-v "$PWD"/backups:/backups \
daniel156161/borgbackup-ssh:tagname
export BORG_REPO='ssh://borg@localhost:3000/backups'
borg init -e none
# any borg command you like
they are into the Container Folder /sshkeys
- Client Keys /sshkeys/clients: add the Public Key with the Hostname.pub
- Server Keys /sshkeys/host: will be here after Server generate them
borgBackup Repo can be into any Folder you like but i put it into /backups :3
Use ENV MAINTENANCE_ENABLE="true" and bind your contab file into /crontab.txt and bind your script to / too its easier with the Crontab file
Create New Volumen into /logs if you like to log anything or get the logs
Use ENV TZ="Your time zone" if not set will use UTC
Borg exporter for Prometheus from https://github.com/mad-ady/prometheus-borg-exporter
Use ENV RUN_PROMETHEUS_EXPORTER and set it to any CRONJOB TASK like 0 * * * * to update the /logs/borg_exporter.prom every hour
Config is into /etc/borg_exporter.rc sample config:
BORG_PASSPHRASE=""
REPOSITORY=""
PUSHGATEWAY_URL=""
BASEREPODIR="/backups"
| TAG | Borg Backup Version | Alpine Version |
|---|---|---|
| lastest | 1.2.2 | edge |
| stable | 1.2.0 | latest |
| 1.1.17 | 1.1.17 | not know any more |
more will be come