[Bacula-users] Baculum, LDAP and disable the 'server basic auth'...

2023-01-31 Thread Marco Gaiarin
I've installed baculum using debian packages, all works as expected and flawlessy. Now i've tried to add LDAP auth support, also successfuly: auth wprks, user imported. But if i try to login, the HTTP 'basic auth' popup of the default user 'admin' created in setup phase still want the 'admin' p

Re: [Bacula-users] Retention period calculation

2023-01-31 Thread Justin Case
Thanks for clarifying this, Ana, so if I wanted my tier 1 storage to keep backups for 60 days, and my tier 2 storage to keep backups for 120 days, would it be the best to set the retention periods as follows in the different resources:? • client resources: • file retention: 60 •

Re: [Bacula-users] Retention period calculation

2023-01-31 Thread Ana Emília M . Arruda
Hello Justin, Sorry for the confusion! You are right, we recommend that *VolumeRetention is greater than or equal to JobRetention". So, the Volume will never get pruned before the Job Retention has expired. Hope it is clear now. Best, Ana On Tue, Jan 31, 2023 at 10:43 AM Justin Case wrote: >

Re: [Bacula-users] Retention period calculation

2023-01-31 Thread Justin Case
Hi Ana, see below > On 31. Jan 2023, at 10:16, Ana Emília M. Arruda > wrote: > > Hello Justin, > > The problem is that you expect the Job doesn't get pruned from the Catalog > (Job and File records deleted from the Bacula database) *before* the > JobRetention value expires. > If you have a l

Re: [Bacula-users] Retention period calculation

2023-01-31 Thread Ana Emília M . Arruda
Hello Justin, The problem is that you expect the Job doesn't get pruned from the Catalog (Job and File records deleted from the Bacula database) *before* the JobRetention value expires. If you have a lower VolumeRetention and the volume gets pruned by using "prune volume expired yes", your jobs wi

Re: [Bacula-users] Bacula upgrade

2023-01-31 Thread Ana Emília M . Arruda
Hello Yateen, You should use the "postgres" user to run the update_postgresql_tables script. As you have installed Bacula 13 from scratch in the new server, please remember to drop the bacula database created in a fresh install before importing the current DB using dump. Then, you run the update

Re: [Bacula-users] How to get the acces-key for bacula server installation

2023-01-31 Thread Fabio Scardaccio
Hello Ana, Thanks for your answer, i already did It a few days ago. Thanks -- Fabio Scardaccio Il mar 31 gen 2023, 10:03 Fabio Scardaccio ha scritto: > Hello Ana, > Thanks for your answer, i already did It a few days ago. > Thanks > > -- > Fabio Scardaccio > > Il lun 30 gen 2023, 19:06 Ana Emíl