반응형 Rocky17 Centos Rocky - samba 설치 (Veeam smb 백업 설정) 1. 설치dnf install samba -y 2. 파일 설정vi /etc/samba/smb.conf[backup] path = /backup_bigju browseable = yes writable = yes guest ok = yes read only = no 3. 시작systemctl enable smb --now root@bigju:/mnt/veeam_remote# smbclient -L //192.168.10.175 -NAnonymous login successful Sharename Type Comment --------- ---- ------- print$ Disk Pr.. 2026. 3. 26. Veeam CDP 원격지 백업 설정 구축 (로컬) - Centos Rocky OS : Rocky 9CDP : Veeam v6.3.2.1307타겟 : /backup -> /mnt/veeam_remote백업서버 : 175 / 로컬 서버 : 174 1. NFS 패키지 설치 (Ubuntu용) sudo apt update && sudo apt install -y nfs-commonapt install cifs-utils -ysudo apt install -y nfs-common 2. 백업용 마운트 포인트 생성 sudo mkdir -p (경로 생성)ex) sudo mkdir -p /mnt/veeam_remote 3. 원격지(Rocky 9 혹은 백업 서버) 연결 192.168.10.175 원격지 IPsudo mount -t nfs 192.168.10.175:/backup /mnt/ve.. 2026. 3. 24. Veeam CDP 백업 설치 (CLI) - Centos Rocky 9.7 (9.5 같이 설치 하다 보니 생기는 에러) 1. 에러 발생Importing GPG key 0xFBF8A590: Userid : "Veeam Software Repository key " Fingerprint: EFAF F6B4 4E68 80EA DDD2 17E4 7AFD EEB8 FBF8 A590 From : https://repository.veeam.com/keys/veeam.gpgKey imported successfully Import of key(s) didn't help, wrong key(s)? Public key for blksnap-6.3.2.1307-1.noarch.rpm is not installed. Failing package is: blksnap-6.3.2.1307-1.noarch GPG Keys .. 2026. 3. 19. Veeam CDP 백업 설치 (CLI) - Centos Rocky OS : Rocky 9CDP : Veeam v6.3.2.1307타겟 : /home -> /backup▶ Rocky 9은 비교적 최신 OS라 커널 버전과 의존성을 잘 맞춰주는 게 포인트 Rocky 9에 Veeam Agent 설치하기 1. Rocky 9에 Veeam Agent 설치하기 - 사전 준비 (의존성 패키지 설치) Veeam은 커널 모듈을 빌드해야 하므로 관련 도구들이 필수# 시스템 업데이트 및 필수 빌드 도구 설치sudo dnf update -ysudo dnf install -y kernel-devel-$(uname -r) kernel-headers-$(uname -r) make gcc elfutils-libelf-devel2. Veeam 리포지토리 등록- Veeam 공식 저장소를 추가 (.. 2026. 3. 18. [182] root@localhost:~# 프론트 IP 작성하여 혼동 방지 1. 파일 설정- vi /root/.bashrc # .bashrc# User specific aliases and functionsalias rm='rm -i'alias cp='cp -i'alias mv='mv -i'# Source global definitionsif [ -f /etc/bashrc ]; then . /etc/bashrcfiexport PS1='\[\e[1;31m\][182]\[\e[0m\] \u@\h:\W\$ ' 2. 적용- source /root/.bashrc 3. 확인 프론트 앞 숫자를 넣음으로 서버 IP 혼동 방지 가능 2025. 12. 22. 이전 1 2 3 4 다음 반응형