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 %>"
|
||||
WorkingDirectory = /var/spool/bacula
|
||||
Pid Directory = /var/run
|
||||
Maximum Network Buffer Size = 65536
|
||||
TLS Enable = yes
|
||||
TLS Require = yes
|
||||
TLS Key = /etc/pki/tls/private/bacula.key
|
||||
|
|
|
@ -7,6 +7,7 @@ Device {
|
|||
AlwaysOpen = no;
|
||||
RemovableMedia = yes;
|
||||
RandomAccess = no;
|
||||
Maximum Network Buffer Size = 65536
|
||||
Alert Command = "sh -c 'tapeinfo -f <%= @device %> | grep TapeAlert | cat'"
|
||||
Alert Command = "sh -c 'smartctl -H -l error <%= @device %> | cat'"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue