From 11c5d8ad74948afc20170835067bf83ebac58c1b Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 29 Jun 2016 15:50:53 +0300 Subject: [PATCH] bacula: Use more sane values for file and block size on modern tape drives. --- bacula/templates/device.conf.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bacula/templates/device.conf.erb b/bacula/templates/device.conf.erb index b98dbf9..ac8de4e 100644 --- a/bacula/templates/device.conf.erb +++ b/bacula/templates/device.conf.erb @@ -8,5 +8,7 @@ Device { RemovableMedia = yes; RandomAccess = no; Maximum Network Buffer Size = 65536 + Maximum File Size = 5GB + Maximum Blocksize = 1024000 Alert Command = "sh -c '/usr/local/sbin/tapealert %a'" }