rsync - complied from official stable releases on alpine
100K+
rsync - freshly complied from official stable releases on alpine
Check the following link for a new version: https://www.samba.org/ftp/rsync/src/
alpine3.2.3log file = /dev/stdout
use chroot = yes
list = yes
uid = nobody
gid = nogroup
transfer logging = no
timeout = 600
ignore errors = no
refuse options = checksum dry-run
dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz
to enable authentication add the following to your volume config (inside or outside the location tag):
auth users = alice;
RSYNC_VOLUME_CONFIG_myconfigname
RSYNC_GLOBAL_CONFIG_optionname
rsync servername::volume # lists files in volume
rsync alice@servername::volume # lists files in volume with user alice
Content type
Image
Digest
sha256:8f88c7852…
Size
5.9 MB
Last updated
2 months ago
docker pull servercontainers/rsync