Recent Comments
목록2021/01/22 (2)
변군이글루

sshpass 명령어 sshpass 설치 $ yum install -y sshpass sshpass 활용하여 ssh 접속하기 $ sshpass -p'PASSWORD' ssh user@111.111.111.111 -oStrictHostKeyChecking=no user@bvm111:~$
* 리눅스
2021. 1. 22. 19:46

lsyncd와 rsync를 이용한 실시간 동기화(백업) 테스트 환경 $ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) lsyncd, rsync 패키지 설치 [root@bvm111 : 원본 서버] #lsyncd 패키지 설치 $ yum install -y lsyncd #lsyncd.conf 파일 $ cat /etc/lsyncd.conf ---- -- User configuration file for lsyncd. -- -- Simple example for default rsync, but executing moves through on the target. -- -- For more examples, see /usr/share/doc/lsync..
* 리눅스
2021. 1. 22. 15:28