Recent Comments
목록2020/12/02 (1)
변군이글루

CentOS 8에 rsync 데몬(rsync-daemon) 설치 rsync(librsync) : Rsync remote-delta algorithm library rsync-daemon : Service for anonymous access to rsync rsync 클라이언트 프로그램 $ dnf install -y rsync rsync 서비스(rsync-daemon) 설치 $ dnf install -y rsync-daemon $ vim /etc/rsyncd.conf # /etc/rsyncd: configuration file for rsync daemon mode # See rsyncd.conf man page for more options. # configuration example: # uid = ..
* 리눅스
2020. 12. 2. 16:28