Quote:
Originally Posted by mharmon
I ran the cron manually -- and it works perfectly. I didn't get any error messages on the screen.
These are the compression settings from the config file:
$backup['COMPRESS'] = 1;
$backup['BUFFER'] = 1048576;
$backup['COMPRESSION']= 'gz';
$backup['COMPRESSORS']= array(
'gzip' => 'gzip',
'bzip2' => 'bzip2',
'tar' => 'tar',
'zip' => 'zip'
);
|
$backup['COMPRESSION']= 'gz';
to zip, or tgz..
As for the script not setting your forum back up.. that really doesnt make sense, unless for some reason something is causing premature termination of the script, sometimes calls to functions that don't exist will do that..
What php, mysql version are you using?