rsync를 실행하기전 서버에 해당 패키지가 있는지 확인해 봤다
#dnf install rsync
Last metadata expiration check: 0:32:44 ago on Mon 20 Oct 2025 05:06:13 PM EDT.
Package rsync-3.2.5-3.el9.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
그래서 rsync 서비스를 올리려고 시도하면 에러가 발생한다
#systemctl start rsyncd.service
Failed to start rsyncd.service: Unit rsyncd.service not found.
아니... 왜그럴까 하고 구글님에게 물어보니
데몬을 별도로 또 설치를 해줘야 한다고 한다.
#dnf install rsync-daemon
출처 : https://www.sharedit.co.kr/qnaboards/27063
[Linux] class 및 jar 파일 디컴파일 하기 (1) | 2024.10.08 |
---|---|
[CentOS] 지메일(Gmail) SMTP로 메일 보내기 (0) | 2023.07.12 |
[BASH] 파일 읽는 방법 (0) | 2023.04.13 |
[Google-Chrome] 스크린샷 헤드리스 headless 해상도 문제 (1) | 2023.04.11 |
Failed to set locale, defaulting to C.UTF-8 (0) | 2023.03.23 |