On 16.06.2020 13:31, lucas wrote:

Can you tell me how to do a little guide? I am a novice in this, in what format do I have to mount the disk and what privileges do I have to give it?


I have no clue what your configuration looks like but I suppose you've already mounted the disk (at least that's what the screenshot shows - /dev/sdb is mounted on /var/lib/bareos/storage).

So you have to check what user the bareos-sd is running with (I suppose it's user bareos but it's always good to check). Just run "ps u -C bareos-sd" and see the first column of outtput.

Then you have to chown the /var/lib/bareos/storage. Supposing it's the user "bareos", you have to do "chown bareos /var/lib/bareos/storage".

But I strongly advise you read a bit about unix permissions.

--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/d981131c-7340-a1bf-4e8b-4a6434b72ee3%40gmail.com.

Reply via email to