Re: [Bacula-users] Daily Bacula backup report summary email (finally) ported to Python

2021-05-25 Thread Jose Alberto
Excellent work. In the future it will be good to add the item "Software Compression" for LZO (disk) cases. On Fri, May 21, 2021 at 7:31 PM Bill Arlofski via Bacula-users < bacula-users@lists.sourceforge.net> wrote: > Hello everyone, > > Just a quick note to let you know that I have finally porte

Re: [Bacula-users] Daily Bacula backup report summary email (finally) ported to Python

2021-05-24 Thread Radosław Korzeniewski
Hello, pon., 24 maj 2021 o 10:59 Martin Simmons napisał(a): > > OK, what I mean is, suppose you have a single location where you keep > > source code distributions (in my case it's /netstore/src). And I git > > clone the Bacula source repository into that, and it creates > > /netstore/src/bacul

Re: [Bacula-users] Daily Bacula backup report summary email (finally) ported to Python

2021-05-24 Thread Martin Simmons
> On Sat, 22 May 2021 23:44:42 -0400, Phil Stracchino said: > > On 5/22/21 4:48 PM, Bill Arlofski via Bacula-users wrote: > > On 5/22/21 12:49 PM, Phil Stracchino wrote: > >> > >> I'm about to try this out. But in the meantime, one minor quibble: > >> Would you consider renaming the git file

Re: [Bacula-users] Daily Bacula backup report summary email (finally) ported to Python

2021-05-22 Thread Bill Arlofski via Bacula-users
On 5/22/21 9:44 PM, Phil Stracchino wrote: > OK, what I mean is, suppose you have a single location where you keep > source code distributions (in my case it's /netstore/src). And I git > clone the Bacula source repository into that, and it creates > /netstore/src/bacula, and then I go to git clon

Re: [Bacula-users] Daily Bacula backup report summary email (finally) ported to Python

2021-05-22 Thread Phil Stracchino
On 5/22/21 4:48 PM, Bill Arlofski via Bacula-users wrote: > On 5/22/21 12:49 PM, Phil Stracchino wrote: >> >> I'm about to try this out. But in the meantime, one minor quibble: >> Would you consider renaming the git file and tld to, say, bacula-report >> so that it does not have a directory name c

Re: [Bacula-users] Daily Bacula backup report summary email (finally) ported to Python

2021-05-22 Thread Bill Arlofski via Bacula-users
On 5/22/21 12:49 PM, Phil Stracchino wrote: > > I'm about to try this out. But in the meantime, one minor quibble: > Would you consider renaming the git file and tld to, say, bacula-report > so that it does not have a directory name collision with the Bacula git > repo? Hi Phil, I don't understa

Re: [Bacula-users] Daily Bacula backup report summary email (finally) ported to Python

2021-05-22 Thread Bill Arlofski via Bacula-users
On 5/22/21 12:58 PM, Phil Stracchino wrote: > > Second observation: You appear to support only catalog databases on > PostgreSQL, correct? Hello Phil, Oh wow... Yes. I completely forgot about that. I planned on adding MySQL support like the previous bash/awk script had, but when I started thi

Re: [Bacula-users] Daily Bacula backup report summary email (finally) ported to Python

2021-05-22 Thread Phil Stracchino
On 5/22/21 2:49 PM, Phil Stracchino wrote: > I'm about to try this out. But in the meantime, one minor quibble: > Would you consider renaming the git file and tld to, say, bacula-report > so that it does not have a directory name collision with the Bacula git > repo? Second observation: You app

Re: [Bacula-users] Daily Bacula backup report summary email (finally) ported to Python

2021-05-22 Thread Phil Stracchino
On 5/21/21 7:29 PM, Bill Arlofski via Bacula-users wrote: > Hello everyone, > > Just a quick note to let you know that I have finally ported my > 'baculabackupreport.sh' script into Python. The original > version had grown to become an unmaintainable mess of bash/awk code over many > years and t

Re: [Bacula-users] Daily Bacula backup report summary email (finally) ported to Python

2021-05-21 Thread Heitor Faria
Hello , > The current version is available on Github here: > > https://github.com/waa/bacula > > All feedback is welcome. I vote this to be included in the Bacula code. And Bill for the US presidency. > Best regards, Regards, > Bill > > -- > Bill Arlofski > w...@protonmail.com > > > > _

[Bacula-users] Daily Bacula backup report summary email (finally) ported to Python

2021-05-21 Thread Bill Arlofski via Bacula-users
Hello everyone, Just a quick note to let you know that I have finally ported my 'baculabackupreport.sh' script into Python. The original version had grown to become an unmaintainable mess of bash/awk code over many years and this port was something I have been threatening for quite some time. :)