A dockerized rsyncd
server.
docker run \
--name backup \
-p 873:873 \
-e USERNAME=username \
-e PASSWORD=password \
aggurio/gordetxe-backup:latest
Variable options:
USERNAME
-rsync
username. Defaults tousername
.PASSWORD
-rsync
password. Defaults topassword
.POOL_NAME
- The main ZPS pool name.DATASETS
- Space separated list of ZFS dataset names in the format '<pool_name>/'FORMAT_DISK
- Name of the external drive to reformat as a ZFS pool, for example '/dev/sda'
rsync -av /your/folder/ rsync://username@localhost:8073/pool/dataset/