Re: [Bacula-users] Is there a containerized version of the Bacula GUI available ?

2023-12-05 Thread MylesDearBusiness via Bacula-users
Ah, lovely, I'll take a closer look, thanks. (613) 703-4152 On 2023-12-05 5:45 p.m., Rob Gerber wrote: > Regarding Bacularis, I see I made an error in my previous email (and previous > testing of the bacularis docker containers!). > > Bacularis is available in several flavors of docker contai

Re: [Bacula-users] Is there a containerized version of the Bacula GUI available ?

2023-12-05 Thread MylesDearBusiness via Bacula-users
Thanks, Rob, for the pointer. I'll give installing Bacularis a shot. Best, On 2023-12-05 5:40 p.m., Rob Gerber wrote: > Certainly! > > You have several options for bacula web gui. > There is Bacula-web, which I haven't used so cannot speak to it. I believe > Bacula-web is primarily a reportin

Re: [Bacula-users] Is there a containerized version of the Bacula GUI available ?

2023-12-05 Thread Rob Gerber
Regarding Bacularis, I see I made an error in my previous email (and previous testing of the bacularis docker containers!). Bacularis is available in several flavors of docker containers, including one with all bacula components, and one which only contains the web interface. I clearly must have t

Re: [Bacula-users] Is there a containerized version of the Bacula GUI available ?

2023-12-05 Thread Rob Gerber
Certainly! You have several options for bacula web gui. There is Bacula-web, which I haven't used so cannot speak to it. I believe Bacula-web is primarily a reporting tool, and not a control tool. I haven't examined it closely, so I will have to do so later. Looks interesting. The developer is on

Re: [Bacula-users] Testing tape performace with btape...

2023-12-05 Thread Bill Arlofski via Bacula-users
On 12/5/23 10:24, Marco Gaiarin wrote: I'm playing with my new LTO9 tape drive (Tandberg/IBM one, SAS). Some year ago, trying to find optimal parameters for an LTO-5 tape drive, i've found: options st buffer_kbs=16384 Minimum block size = 0 Maximum blocksize = 256K Maximum Networ

[Bacula-users] Is there a containerized version of the Bacula GUI available ?

2023-12-05 Thread MylesDearBusiness via Bacula-users
Hello, I'm not a PHP expert and am looking for a lower barrier to entry. Is there a Docker container available holding the entire environment required by the Bacula GUI that I can hook up to a client server? II've already set up director/sd/fd daemons on my cloud server and am looking for an e

Re: [Bacula-users] Bacula-Web 9.2.0 release available

2023-12-05 Thread sruckh--- via Bacula-users
On 2023-12-05 10:18, Davide F. via Bacula-users wrote: Hello everyone, I'm pleased to inform you that Bacula-Web 9.2.0 is now available. You can find more details on the blog using the link below https://www.bacula-web.org/blog/bacula-web-9.2.0/ Release notes on GitHub project https://github.

[Bacula-users] Testing tape performace with btape...

2023-12-05 Thread Marco Gaiarin
I'm playing with my new LTO9 tape drive (Tandberg/IBM one, SAS). Some year ago, trying to find optimal parameters for an LTO-5 tape drive, i've found: options st buffer_kbs=16384 Minimum block size = 0 Maximum blocksize = 256K Maximum Network Buffer Size = 262144 Maximum File Size =

[Bacula-users] Bacula-Web 9.2.0 release available

2023-12-05 Thread Davide F. via Bacula-users
Hello everyone, I'm pleased to inform you that Bacula-Web 9.2.0 is now available. You can find more details on the blog using the link below https://www.bacula-web.org/blog/bacula-web-9.2.0/ Release notes on GitHub project https://github.com/bacula-web/bacula-web/releases/tag/v9.2.0 Best regard

Re: [Bacula-users] Any suggestions for fail2ban jail for Bacula Director ?

2023-12-05 Thread Lionel PLASSE
Fail2ban use log system to detect incoming entries with regex filter You have to use a filter file in filter.d dir to filter on journald logs (or specific log file ) to specify what log entry you want to use to identify Bacula-dir entry and then link action.d to ban IP in jail.conf There is a

Re: [Bacula-users] Any suggestions for fail2ban jail for Bacula Director ?

2023-12-05 Thread Andrea Venturoli
On 12/4/23 18:22, MylesDearBusiness via Bacula-users wrote: What I want to do is to identify the potential attack surface and create a fail2ban jail configuration. Hello. I'm a great fan of fail2ban, but I, at least until now, I've never seen any value in applying it to Bacula. What forms

Re: [Bacula-users] Any suggestions for fail2ban jail for Bacula Director ?

2023-12-05 Thread Martin Simmons
AFAIK, incoming director connections only come from bconsole, monitors and clients that use "Client Initiated Backup" or "Client Behind NAT" (Connect To Director) in bacula-fd.conf. So maybe you don't need to allow incoming connections from everywhere? __Martin > On Mon, 04 Dec 2023 17:22:2