PBS LXC add MP as data store

drengel

New Member
Oct 13, 2024
1
0
1
I installed PBS as LXC container. I added mount point based on the steps here https://forum.proxmox.com/threads/tutorial-mounting-nfs-share-to-an-unprivileged-lxc.138506/ . I ultimately want to backup my containers to Synology NFS share using PBS.

I tried to add the mp as datastore in PBS and received the error "EPERM: Operation not permitted"

inside PBS console, I can access the mount, add file (touch). I think I need to add backup user permission? how do I do it? is it done on the node? how? Thanks!
 
Hi!
could you post the full error in the syslog as well? PBS creates the datastore using the `root` user, but later on everything is done with the `backup:backup` user. You should probably check if you can create files with the backup user..