HEX
Server: Apache
System: Linux wp02.tdr-lab.com 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
User: kusanagi (1001)
PHP: 7.4.23
Disabled: NONE
Upload Files
File: //etc/rsyncd.conf
#
# グローバル設定
#
uid           = root
gid           = root
use chroot    = yes
log file      = /var/log/rsyncd.log
pid file      = /var/run/rsyncd.pid
hosts allow   = 192.168.20.0/24
hosts deny    = *
dont compress = *.gz *.tgz *.zip *.pdf *.sit *.sitx *.lzh *.bz2 *.jpg *.gif *.png
read only    = no

#
# モジュール設定
#
[home]
	comment      = rsync server home
	path         = /home/
	auth users   = rsync_bkup
	secrets file = /etc/rsyncd.secrets

[bkup]
    comment      = rsync server bkup
    path         = /bkup/
    auth users   = rsync_bkup
    secrets file = /etc/rsyncd.secrets