bacula: Increased network buffer size to 64k.
This commit is contained in:
parent
d81ff31adc
commit
bea057265c
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ FileDaemon {
|
||||||
Name = "<%= @homename %>"
|
Name = "<%= @homename %>"
|
||||||
WorkingDirectory = /var/spool/bacula
|
WorkingDirectory = /var/spool/bacula
|
||||||
Pid Directory = /var/run
|
Pid Directory = /var/run
|
||||||
|
Maximum Network Buffer Size = 65536
|
||||||
TLS Enable = yes
|
TLS Enable = yes
|
||||||
TLS Require = yes
|
TLS Require = yes
|
||||||
TLS Key = /etc/pki/tls/private/bacula.key
|
TLS Key = /etc/pki/tls/private/bacula.key
|
||||||
|
|
|
@ -7,6 +7,7 @@ Device {
|
||||||
AlwaysOpen = no;
|
AlwaysOpen = no;
|
||||||
RemovableMedia = yes;
|
RemovableMedia = yes;
|
||||||
RandomAccess = no;
|
RandomAccess = no;
|
||||||
|
Maximum Network Buffer Size = 65536
|
||||||
Alert Command = "sh -c 'tapeinfo -f <%= @device %> | grep TapeAlert | cat'"
|
Alert Command = "sh -c 'tapeinfo -f <%= @device %> | grep TapeAlert | cat'"
|
||||||
Alert Command = "sh -c 'smartctl -H -l error <%= @device %> | cat'"
|
Alert Command = "sh -c 'smartctl -H -l error <%= @device %> | cat'"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue