6 lines
274 B
Plaintext
6 lines
274 B
Plaintext
{# Buffering}
|
|
$buffer = '{ $flexbackup{BufferProg} || 'buffer' }'; {# name of buffer program to help streaming}
|
|
$buffer_megs = '{ $flexbackup{BufferMegs} || '20' }'; {# buffer memory size (in megabytes)}
|
|
$pad_blocks = 'true'; {# true to pad blocks to blocksize}
|
|
|