A Urbackup client docker-image including SQL and FTP capabilities.
 
 
Go to file
mandlm 499b863c57
chore: update to version 2.5.21
2022-12-31 10:28:32 +01:00
scripts feat: fail backup on script errors 2022-10-09 14:42:33 +02:00
Dockerfile feat: use alpine base image 2022-10-09 13:33:33 +02:00
README.md chore: update to version 2.5.21 2022-12-31 10:28:32 +01:00
build.sh chore: update to version 2.5.21 2022-12-31 10:28:32 +01:00
run.sh Switched to parameter-less build and environment-controlled run script 2020-02-01 15:49:30 +01:00

README.md

UrBackup Client (internet only)

These are my Docker image source files for a internet-only UrBackup client.

Running

docker run \
  -p 35621:35621 -p 35622:35622 -p 35623:35623 \
  -v /path/to/data:/backup/name:ro \
  -e SERVER_NAME=<UrBackup server name/ip> \
  -e CLIENT_NAME=<this client's name> \
  -e CLIENT_KEY=<this client's auth key>
  mandlm/urbackup-internet-client

Updating

Change CLIENT_VERSION in build.sh to latest version and run build.sh. After building, push to a docker registry, e.g.

docker push mandlm/urbackup-internet-client:2.5.21
docker push mandlm/urbackup-internet-client:latest