실시간 동기화 (1) 썸네일형 리스트형 rsync 설정 rsync 사용하기 rsync 서로다른 2서버를 동기화 시킬 때 사용합니다. 1. rsync, xinetd 설치하기 2. rsync 서버 설정하기 ( vi /etc/xinetd.d/rsync ) => 백업서버 설정 -> disable 부분을 no 로 변경합니다. 3. rsync.conf 설정하기 ( vi /etc/rsyncd.conf) => 클라이언트 설정[test]path = /home/testcomment = mentuid = root -> 권한사용자gid = root -> 권한 그룹use chroot = yesread only = yeshosts allow = 192.168.1.2max connections = 10timeout = 300 4. 서비스 재시작 /etc/init.d/xinetd res.. 이전 1 다음