CentOS 8.2 환경에서 Rsync 기반 실시간 파일 동기화 구축: sersync와 inotify-tools 비교

rsync + sersync 조합으로 실시간 동기화 환경 구축 역할호스트명IP 주소 백업 서버 (rsync 데몬)backup-svr.example.com192.168.6.200 데이터 소스 서버 (sersync)source-svr.example.com192.168.6.65 백업 서버 (rsync 데몬) 설정 호스트명을 설정하고 rsync 설치 여부를 확인합니다. [root@backup-svr ~]# hostnamectl set-hostname backup-svr.example.com [r ...

6월 27일 22:00에 게시됨