Sign inSign up

tamuxx/urbackup-client

By tamuxx

Updated about 1 month ago

This Debian Linux container mount an local directory into /data and start the UrBackup client.

Image
0

488

tamuxx/urbackup-client repository overview

UrBackup-Client 3.0

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".

yml example:

services:
  urbackup-client:
    image: urbackup-client:3.0
    container_name: urclient
    restart: unless-stopped
    hostname: SERVERNAME
    network_mode: host
    volumes:
      - /folder/to/backup:/data

Tag summary

Content type

Image

Digest

sha256:d84efbb48

Size

41.7 MB

Last updated

about 1 month ago

docker pull tamuxx/urbackup-client