initial commit of file from CVS for smeserver-rsyncd on Thu Oct 9 11:55:59 AEDT 2025

This commit is contained in:
Trevor Batley
2025-10-09 11:55:59 +11:00
parent d93c5746b5
commit e24dee9c6e
14 changed files with 190 additions and 2 deletions

View File

@@ -0,0 +1 @@
873

View File

@@ -0,0 +1 @@
private

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
service

View File

@@ -0,0 +1,17 @@
# Global Configuration for rsync daedmon on KOOZALI SME SERVER
port = {$rsyncd{'TCPPort'} || '873'}
max connections = {$rsyncd{'MaxConnections'} || '20'}
transfer logging = yes
strict modes = {$rsyncd{'StrictMode'} || 'yes'}
reverse lookup = {$rsyncd{'Reverse'} || 'no'}
timeout = {$rsyncd{'Timeout'} || '900'}
ignore nonreadable = {$rsyncd{'IgnoreNonreadable'} || 'yes'}
use chroot = {$rsyncd{'Chroot'} || 'yes'}
read only = {$rsyncd{'ReadOnly'} || 'yes'}
dont compress = *.gz *.tgz *.zip *.z *.Z *.rpm *.deb *.bz2
list = {$rsyncd{'List'} || 'yes'}
motd file = /etc/rsyncd.motd
log file = /var/log/rsyncd.log
uid = nobody
gid = nobody

View File

@@ -0,0 +1,15 @@
# KOOZALI SME SERVER : we run the rsyncd.service as a deamon, please do not use xinetd for rsync on demand
# default: off
# description: The rsync server is a good addition to an ftp server, as it # allows crc checksumming etc.
service rsync
\{
disable = yes
socket_type = stream
wait = no
user = root
server = /usr/bin/rsync
server_args = --daemon
log_on_failure += USERID
\}

1
root/etc/rsyncd.motd Normal file
View File

@@ -0,0 +1 @@
Welcome !