BIG
@ERROR: access denied to [ TEST.SERVER ] from UNKNOWN (***.***.***.***)
[root@localhost /]# cat /etc/rsyncd.conf
# /etc/rsyncd: configuration file for rsync daemon mode
# See rsyncd.conf man page for more options.
# configuration example:
# uid = nobody
# gid = nobody
# use chroot = yes
# max connections = 4
# pid file = /var/run/rsyncd.pid
# exclude = lost+found/
# transfer logging = yes
# timeout = 900
# ignore nonreadable = yes
# dont compress = *.gz *.tgz *.zip *.z *.Z *.rpm *.deb *.bz2
# [ftp]
# path = /home/ftp
# comment = ftp export area
[localhost]
path=/home/backup
hosts allow=222.110.15.0/24 # <= From Server IP address Check
list=true
uid=root
gid=root
[root@localhost /]#
LIST
'!!...Linux' 카테고리의 다른 글
[Linux] Web Sever S/W Nginx 명령어 (0) | 2024.04.16 |
---|---|
[Linux] Linux Boot Process (0) | 2024.02.27 |
[Linux] 디렉토리구조 ( tree ) 출력하여 확인하기 (0) | 2023.02.13 |
[Linux] shell script storage usage monitoring email sending (0) | 2023.02.09 |
[Linux] shell script simple ssh connection sample code (0) | 2023.02.09 |