Docker Container for the BorgBackup to be used as backup client
Dockerfile contains the following
- Bitnami Minideb based on Debian Stretch
- BorgBackup
- OpenSSH client
Run this container and list the backups at the remote host
docker run \
--rm \
--interactive \
--tty \
--volume "/home/solteqmagento-docker:/root"
--env BORG_REPO="borgbackup@<host>:/backups/repository" \
--env BORG_PASSPHRASE="<passphrase>" \
solteqmagento/borg-client list