목록2020/12 (34)
변군이글루

CentOS Yum Repository 서버 구축 repository 구축을 위한 필수 패키지 다운로드 $ yum install -y createrepo yum-utils 디렉터리 설계 /app/repo_root/reop $ tree -L 5 . └── repo ├── centos │ ├── 7 -> 7.9.2009 │ ├── 7.9.2009 │ │ ├── extras │ │ │ └── x86_64 │ │ ├── isos │ │ │ └── x86_64 │ │ ├── os │ │ │ └── x86_64 │ │ └── updates │ │ └── x86_64 │ ├── 8 -> 8.3.2011 │ └── 8.3.2011 │ ├── isos │ │ └── x86_64 │ └── os │ └── x86_64 └..

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 = ..