Raspberrypi.rsync
apt-get install rsync
/etc/rsyncd.conf
gid = users read only = true use chroot = true transfer logging = true log format = %h %o %f %l %b log file = /var/log/rsyncd.log hosts allow = 192.168.115.0/255.255.255.0 [mail] path = /var/mail read only = yes list = yes uid = root gid = root hosts allow = 192.168.115.2