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 %>"
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

View file

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