A Urbackup client docker-image including SQL and FTP capabilities.
 
 
Go to file
mandlm 0c6b7c34d2
feat: use alpine base image
2022-10-09 13:33:33 +02:00
scripts feat: use alpine base image 2022-10-09 13:33:33 +02:00
Dockerfile feat: use alpine base image 2022-10-09 13:33:33 +02:00
README.md Initial import 2020-02-01 14:07:46 +01:00
build.sh chore: update to 2.5.20 2022-10-06 13:04:53 +02: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