Re: [Bacula-users] Circular reference in Bacula documentation?

2018-04-16 Thread Heitor Faria

>> 
>> Hello, Thorsten,
> Hello, Heitor,

Hello Throsten,

>> 
>>> I'm trying to build a "map" (xmind) of all the attributes of a Bacula
>>> configuration that can be overwritten in other ressources.
>>   
>>> [...]
>>>
> 
> [...]
> 
>>>
>>> Ok, here's what I read in above paragraph:
>>>
>>> 7.2 The *DIRECTOR RESOURCE*
>>> read the code
>>> "This directive" [in the Director Ressource] "will override any
>>> specified at the Director level".
>>>
>>> So won't it override itself then??
>> 
>> The most likely is that it is possible to define custom Heartbeat Interval in
>> some other bacula-dir.conf resources (e.g. Job, Client or Storage), or Kern
>> intended to develop that in an eventual future.
>> It needs some more research, code browsing or tests to confirm that.
>> 
> 
> OK. As I'm not really a "software guy" I will just mark this with a
> question mark in my map.
> 
> Let's see how this evolves, if I'm happy with the result of the
> xmind-map, I'll post it here - hoping that it may be beneficial for
> others, too.

See if it can help you in any way .

> Thanks,
> 
> Thorsten

Regards,
-- 
=== 
Heitor Medrado de Faria | CEO Bacula do Brasil & USA | Visto EB-1 | LPIC-III | 
EMC 05-001 | ITIL-F 
• Não seja tarifado pelo tamanho dos seus backups, conheça o Bacula Enterprise 
http://www.bacula.com.br/enterprise/ 
• Ministro treinamento e implementação in-company do Bacula Community 
http://www.bacula.com.br/in-company/ 
• Compre o novo livro do Bacula http://www.bacula.com.br/livro 
Brazil +55 (61) 98268-4220 | USA +1 (323) 300-5387 | www.bacula.com.br 
 
Indicamos as capacitações complementares: 
Shell básico e Programação em Shell com Julio Neves | Zabbix com Adail Host. 


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Circular reference in Bacula documentation?

2018-04-16 Thread Thorsten Johannsen

On 15.04.2018 16:35, Heitor Faria wrote:


Hello, Thorsten,

Hello, Heitor,



I'm trying to build a "map" (xmind) of all the attributes of a Bacula
configuration that can be overwritten in other ressources.
  

[...]



[...]



Ok, here's what I read in above paragraph:

7.2 The *DIRECTOR RESOURCE*
read the code
"This directive" [in the Director Ressource] "will override any
specified at the Director level".

So won't it override itself then??


The most likely is that it is possible to define custom Heartbeat Interval in 
some other bacula-dir.conf resources (e.g. Job, Client or Storage), or Kern 
intended to develop that in an eventual future.
It needs some more research, code browsing or tests to confirm that.



OK. As I'm not really a "software guy" I will just mark this with a 
question mark in my map.


Let's see how this evolves, if I'm happy with the result of the 
xmind-map, I'll post it here - hoping that it may be beneficial for 
others, too.



Thanks,

Thorsten



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Circular reference in Bacula documentation?

2018-04-15 Thread Heitor Faria

> Hi,

Hello, Thorsten,

> I'm trying to build a "map" (xmind) of all the attributes of a Bacula
> configuration that can be overwritten in other ressources.
 
> [...]
> 
> Heartbeat Interval = 
> 
> This directive is optional and if specified will cause the Director
> to set a keepalive interval (heartbeat) in seconds on each of the
> sockets it opens for the Client resource.
> This value will override any specified at the Director level.  It is
> implemented only on systems (Linux,...)  that provide the setsockopt
> TCP KEEPIDLE function.  The default value is zero, which means
> no change is made to the socket.
>
> Ok, here's what I read in above paragraph:
> 
> 7.2 The *DIRECTOR RESOURCE*
> read the code
> "This directive" [in the Director Ressource] "will override any
> specified at the Director level".
> 
> So won't it override itself then??

The most likely is that it is possible to define custom Heartbeat Interval in 
some other bacula-dir.conf resources (e.g. Job, Client or Storage), or Kern 
intended to develop that in an eventual future.
It needs some more research, code browsing or tests to confirm that.

Regards,

> kind regards,
> Thorsten

Regards,
-- 
=== 
Heitor Medrado de Faria | CEO Bacula do Brasil & USA | Visto EB-1 | LPIC-III | 
EMC 05-001 | ITIL-F 
• Não seja tarifado pelo tamanho dos seus backups, conheça o Bacula Enterprise 
http://www.bacula.com.br/enterprise/ 
• Ministro treinamento e implementação in-company do Bacula Community 
http://www.bacula.com.br/in-company/ 
• Compre o novo livro do Bacula http://www.bacula.com.br/livro 
Brazil +55 (61) 98268-4220 | USA +1 (323) 300-5387 | www.bacula.com.br 
 
Indicamos as capacitações complementares: 
Shell básico e Programação em Shell com Julio Neves | Zabbix com Adail Host. 


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Circular reference in Bacula documentation?

2018-04-15 Thread Thorsten Johannsen

Hi,

I'm trying to build a "map" (xmind) of all the attributes of a Bacula 
configuration that can be overwritten in other ressources.



Basically I just search through the PDF for the word "overwrite" an see 
what's there :)


I'm using this version:

http://www.bacula.org/9.0.x-manuals/en/main/main.pdf

On Page 150 I see:

7.2The Director Resource
The Director resource defines the attributes of the Directors running on 
the network.  In the current implementation, there is only a single 
Director resource, but the final design will contain multiple Directors 
to maintain index and media database redundancy.


[...]

Heartbeat Interval = 

This directive is optional and if specified will cause the Director
to set a keepalive interval (heartbeat) in seconds on each of the 
sockets it opens for the Client resource.
This value will override any specified at the Director level.  It is 
implemented only on systems (Linux,...)  that provide the setsockopt

TCP KEEPIDLE function.  The default value is zero, which means
no change is made to the socket.



Ok, here's what I read in above paragraph:

7.2 The *DIRECTOR RESOURCE*

"This directive" [in the Director Ressource] "will override any 
specified at the Director level".


So won't it override itself then??


I'm confused :-)


kind regards,
Thorsten

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users