Additional information ... a 64K buffer size (set in Darrel May's flexbackup panel) did not seem to help much, either. A careful reading of the email message produced by the backup script indicated that the script was still using a 10k buffer size! I tracked dow this problem to the 10Blocksize fragment in /etc/e-smith/templates-custom/etc/flexbackup.conf , an excerpt of which follows:
{
my $blksize = db_get_prop(\%conf, "flexbackup", "blksize");
if (defined $blksize)
.....
it appears that $blksize is not being properly set to the data entered into the flexbackup panel. Can anyone suggest how to fix this?
Peter