Comment on page
Rsync
nc -vn <ip> 873
@RSYNCD: 31.0
#list
rsync -av --list-only rsync://<ip>/<share>
# or with creds
rsync -av --list-only rsync://user@<ip>/<share>
rsync -av rsync://<ip>/<share> /tmp/out
rsync -av /tmp/out rsync://username@<ip>/<share>/<file>
Last modified 9mo ago