I have already deleted the old datastore, as you can see the datastore file is empty.The error says the file in your old datastore still exists. So you might want to delete the folder of your old datastore first so PBS can create a new one.
PBS is still complaining that your "/Volume1/Server-Backups/" on your NAs isn'T empty. So you should delete stuff on there like the ".chunks" file. Btw... Linux will handle files with a dot infront of the name as hidden, so you might need to use commands like "la -la" to view them.@Dunuin Thank you so much for your help, but this not a Local Directory it's mounted form SynologyNAS (/Volume1/Server-Backups/)
In fact I saw this article https://forum.proxmox.com/threads/datastore-recovery.72835/ what I did I re created the datastore and deleted again now all is good busing bellow code since then I am able to re create normally.PBS is still complaining that your "/Volume1/Server-Backups/" on your NAs isn'T empty. So you should delete stuff on there like the ".chunks" file. Btw... Linux will handle files with a dot infront of the name as hidden, so you might need to use commands like "la -la" to view them.
datastore: name
path /path/to/previous/ds
@reboot mount -t nfs 172.100.10.11:/volume1/Server-Backups /mnt/SynologyNAS/
Sounds like its a NFS permission problem on the Synology side.Hi everyone,
i found the solution for NFS mounts from Synology NAS get the error "Error: EPERM: Operation not permitted" when trying the nfs mount to use as datastore in Proxmox Backup Server. It is a user right issue with the folder on the synology nas. I created the user backup and group backup on my synology, changed the uid and guid on synology nas side to the uid and guid from PBS user backup via ssh and reboot synology. Than i was able to create the datastore on PBS without error.