initial commit of file from CVS for smeserver-rsyncd on Thu Oct 9 11:55:59 AEDT 2025
This commit is contained in:
@@ -0,0 +1 @@
|
||||
873
|
1
root/etc/e-smith/db/configuration/defaults/rsyncd/access
Normal file
1
root/etc/e-smith/db/configuration/defaults/rsyncd/access
Normal file
@@ -0,0 +1 @@
|
||||
private
|
1
root/etc/e-smith/db/configuration/defaults/rsyncd/status
Normal file
1
root/etc/e-smith/db/configuration/defaults/rsyncd/status
Normal file
@@ -0,0 +1 @@
|
||||
enabled
|
1
root/etc/e-smith/db/configuration/defaults/rsyncd/type
Normal file
1
root/etc/e-smith/db/configuration/defaults/rsyncd/type
Normal file
@@ -0,0 +1 @@
|
||||
service
|
17
root/etc/e-smith/templates/etc/rsyncd.conf/10global
Normal file
17
root/etc/e-smith/templates/etc/rsyncd.conf/10global
Normal 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
|
15
root/etc/e-smith/templates/etc/xinetd.d/rsync/10config
Normal file
15
root/etc/e-smith/templates/etc/xinetd.d/rsync/10config
Normal 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
1
root/etc/rsyncd.motd
Normal file
@@ -0,0 +1 @@
|
||||
Welcome !
|
Reference in New Issue
Block a user