bacula: Increased network buffer size to 64k.

This commit is contained in:
Timo Mkinen 2013-05-13 20:54:43 +03:00
parent d81ff31adc
commit bea057265c
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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'"
} }