This Debian Linux container mount an local directory into /data and start the UrBackup client.
488
This Debian-slim Linux container mount an local directory into /data and start the UrBackup client service.
From the UrBackup server must set /data in "Default Directories to Backup".
services:
urbackup-client:
image: urbackup-client:3.0
container_name: urclient
restart: unless-stopped
hostname: SERVERNAME
network_mode: host
volumes:
- /folder/to/backup:/data
Content type
Image
Digest
sha256:d84efbb48…
Size
41.7 MB
Last updated
about 1 month ago
docker pull tamuxx/urbackup-client