Slackware, rsync, inetd
December 14th, 2006
rsyncd configuration:
/etc/rsyncd.conf - For configuration details see http://rsync.samba.org/
rsync and inetd - add to /etc/inetd.conf
#rsync
rsync stream tcp nowait root /usr/bin/rsync rsyncd --daemon
killall -HUP inetd - restart inetd
Leave a Reply