RSync

RSYNC is a protocol for remote syncing of file and folders which is usually found in linux

Accessing

rsync -av --list-only rsync://$ip

# copy files locally
rsync -av --list-only rsync://$ip ./rsyncontents

Machines

Last updated