Hi guys
I want to get backup of web server, I mount a NFS share, install nfs server for windows, make share with this backup, then configure on proxmox server
My /etc/pve/storage.cfg
Then I try to browse the content in proxmox GUI, and get error storage 'backup' is not online (500).
What I'm doing wrong? Could anybody help?
I want to get backup of web server, I mount a NFS share, install nfs server for windows, make share with this backup, then configure on proxmox server
Code:
[B]mount -t nfs -o vers=3 xxx.xxx.xxx.xxx:/c/shared_folder[B]/mnt/nfs [/B][/B]
Code:
nfs: backup
path /mnt/pve/backup
server 192.168.168.28
export /mnt/pve
options vers=3
content backup
maxfiles 1
What I'm doing wrong? Could anybody help?