bacula: Use more sane values for file and block size on modern tape drives.

This commit is contained in:
Timo Makinen 2016-06-29 15:50:53 +03:00
parent 024c718276
commit 11c5d8ad74

View file

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