Hallo UdoIm Web-GUI: Datacenter --> Storage --> Add --> NFS / iSCSI
Per CLI und als Referenz: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#storage_nfs
Viel Erfolg
Nicht direkt, nein.Wird der Datastore den ich im VE anlege auch im PBS angezeigt?
history |grep -i 'mount.*proxm'
18 mount -t nfs -o vers=2 10.3.110.100:/volume5/ActiveBackupforBusiness/proxmox /srv/dsa
fstab
:grep proxmox/ /etc/fstab
10.3.110.100:/volume5/ActiveBackupforBusiness/proxmox/pbsb /srv/dsa nfs _netdev,noatime 0 0
10.3.110.100:/volume5/ActiveBackupforBusiness/proxmox/hosts /srv/hosts nfs _netdev,noatime 0 0
proxmox-backup-client failed: Error: Permission denied (os error 13) (500)
backup
. Dieser user muss an die passende Stelle schreiben dürfen./srv/dsa
. Darum darf ein Test wie dieser:su -s "/bin/bash" -c "touch /srv/dsa/testdatei" backup
su -s "/bin/bash" -c "touch /srv/dsa/asdf" www-data
touch: cannot touch '/srv/dsa/asdf': Permission denied
//192.168.2.163\proxmoxbackup /mnt/backup cifs rw,username=***,password=***,uid=1000,gid=1000 0 0
root@proxmoxbackup01:~# ls -al /mnt/backup
total 4
drwxr-xr-x 2 1000 1000 0 Feb 18 17:14 .
drwxr-xr-x 4 root root 4096 Feb 18 10:57 ..
drwxr-xr-x 2 1000 1000 0 Feb 18 17:20 .chunks
-rwxr-xr-x 1 1000 1000 0 Feb 18 17:14 .lock