
Why is it giving me this error?
suggest "Client
Run Before Job = /root/pre_backup.sh" should be "
Run Before Job =
/root/pre_backup.sh" i.e. remove the word client
--
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 bareos-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bareos-users/87c0a46e-5765-4e4f-989d-0ece3acb8e0e%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos...@googlegroups.com.
Just noticed the file is in /root. Does Bareos have access to
both the directory and file.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bareos-users/6031d15f-25b6-40d5-8fd8-cc4f4edd6090%40googlegroups.com.
The bareos-fd runs with root user by default so it should have access but there canbe many different issues with the script itself.
One thing is SELinux - is it on? It might mess things up.
Second one is PATH variable. It might not be what you think when you're executing the script so some of your scripted commands might not be found.
That's two obvious things to check but there are many more. I'd run the bareos-fd with high debug level and see what gets reported because for now we don't even know whether there is a problem with launching the script at all or is it just some problem within the script itself.
Best regards,
MK
To view this discussion on the web visit https://groups.google.com/d/msgid/bareos-users/f9c1aaa0-d382-f701-b04e-e4ee1cf1e886%40gmail.com.