I installed PBS on a separate server and want to use a NFS Share as backup target.
I was able to mount the NFS share in console and verified that root is able to write there.
Then I added the mount directory as Datastore but the creation of the datastore somehow ran into a timeout.
The created datastore still is visible but when I try to click "Verfiy" I get this error:
I checked the permissions on the mount directory which are as follows after mount:
As soon as I click on Verify the permissions change to this:
I tried to reassign permissions to the backup user:
but after clicking Verify this changes to:
and results in another permission denied error.
I was able to mount the NFS share in console and verified that root is able to write there.
Then I added the mount directory as Datastore but the creation of the datastore somehow ran into a timeout.
The created datastore still is visible but when I try to click "Verfiy" I get this error:
unable to open chunk store 'NextBackup' at "/mnt/pbsbackup/.chunks" - Permission denied (os error 13)
I checked the permissions on the mount directory which are as follows after mount:
drwxrwxrwx 4 root root 4.0K Oct 25 09:49 pbsbackup
As soon as I click on Verify the permissions change to this:
d--------- 4 root root 4.0K Oct 25 09:49 pbsbackup
I tried to reassign permissions to the backup user:
drwxrwxrwx 4 backup backup 4.0K Oct 25 09:49 pbsbackup
but after clicking Verify this changes to:
d--------- 4 backup backup 4.0K Oct 25 09:49 pbsbackup
and results in another permission denied error.