bacula: Use more sane values for file and block size on modern tape drives.
This commit is contained in:
parent
024c718276
commit
11c5d8ad74
1 changed files with 2 additions and 0 deletions
|
@ -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'"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue