pkg install rsync
Настройка rsync для FreeBSD:
rsyncd.conf:
log file = /var/log/rsync.log # Писать в лог о скачивание файлов transfer logging = true # Set this if you want to stop rsync daemon with rc.d scripts pid file = /var/run/rsyncd.pid # Edit this file before running rsync daemon!! #uid = nobody #gid = nobody #use chroot = no #max connections = 4 #syslog facility = local5 [backup] uid = root path = /main/SHARED/rsync auth users = user secrets file = /usr/local/etc/rsync/rsyncd.scrt list = yes read only = false # Далее может идти описание других секций(по аналогии с samba и шарами)