iot- Proxmox,홈어시스턴트

[Proxmox] Proxmox Backup Server(PBS) VM 설치 & NFS 저장소에 백업해보기

naholonaholo 2025. 4. 16. 07:21

 

putty.exe
1.58MB

 


- putty에서 사용한 명령어:

apt install -y nfs-common

mkdir -p /pbs_nfs

chown backup:backup /pbs_nfs

chmod 775 /pbs_nfs

mount 192.168.1.103:/volume2/pbs_nfs /pbs_nfs

df -h

touch /pbs_nfs/pbsnfs.txt

cd /pbs_nfs

ls

nano /etc/fstab

192.168.1.103:/volume2/pbs_nfs /pbs_nfs nfs defaults 0 0

컨트롤 + x

y

chmod 775 /pbs_nfs/ -R