기존 데이터 스토어 정보를 cfg 파일에 입력

$ cat /etc/proxmox-backup/datastore.cfg 
datastore: NFS
        comment 
        gc-schedule 23:00
        notification-mode notification-system
        path /mnt/nfs
 
datastore: STORAGE
        gc-schedule sat 23:00
        path /mnt/datastore/STORAGE

NFS의 마운트는 fstab에 정보 추가

$ cat /etc/fstab 
# <file system> <mount point> <type> <options> <dump> <pass>
[ip]:/mnt/nfs /mnt/nfs nfs defaults 0 0