On 2/19/25 18:37, Bill Arlofski via Bacula-users wrote:
Hey Ross,
I am late to the game here, and just skimmed your email...
Are you aware that there is a new `when` option for RunScripts called
`AtJobCompletion`?
Hmm. *I* wasn't aware of that. That could come in handy.
--
Phil Stracc
Hey Ross,
I am late to the game here, and just skimmed your email...
Are you aware that there is a new `when` option for RunScripts called
`AtJobCompletion`?
This runs even after the `RunsWhen = after` option.
This new feature was added based on a request I had made to be able to mark a job a
On 2/19/25 6:45 AM, Mehrdad Ravanbod wrote:
Hi
Recently I changed the Hostname of our Bacula server and now i am
getting an error when the builin back up job BackupClient1 is supposed
to run, error is something like this
Bacula-dir JobID XX: fatal error:[DE0060]gethostbyname() for host "" faile
That error means that bacula is unable to resolve the hostname of the
client specified.
>From the manual (buried on page 670-something, so pdf search is your
friend):
DE0060 Network connection error. Unable to resolve hostname via
gethostbyname.
I would suggest checking the bacula-dir.conf client
Hi
Recently I changed the Hostname of our Bacula server and now i am
getting an error when the builin back up job BackupClient1 is supposed
to run, error is something like this
Bacula-dir JobID XX: fatal error:[DE0060]gethostbyname() for host "host name>" failed: ERR=Name or service not known
Mandi! Marco Gaiarin
In chel di` si favelave...
> I've tried also here:
>
> https://gitlab.bacula.org/bacula-community-edition/bacula-community/-/issues/2745
OK, bug fixed in current community version.
I've still two question.
1) as a workaround the bootstrap 'bsr' file can be used t
Am 18.02.25 um 17:36 schrieb Marco Gaiarin:
...i can confirm that debian bacula from buster onward support encryption,
i'm using it.
But... Interesting aproach 'stenc'...
The more important part is if you encrypt by software you should also compress
by software beforehand. That even more dr
Am 17.02.25 um 14:14 schrieb Adam Weremczuk:
Does Bacula 9.6.7 (from Debian 11 repository) likely support backups encryption
out of the box?
Or do I need to compile it with ./configure --with-openssl ?
How do I check if encryption is currently available?
I'm using it with LTO-8 ULTRIUM-HH8 ex
Hello Ross,
On 2/1/25 22:06, Ross Boylan wrote:
Apparently, ClientRunAfter scripts execute before the parent backup job is
done. In particular, the .bsr file for the `Write Bootstrap` directive had
not been written when the client script ran. In the documentation I don't
see anything specific