I'm running mysql 5, should I set this to 0
$backup['MYSQL4'] = 1; // Set to 1 if you are using MySQL4
Also, to make just one dump and not one for each table, should I set this to 1
$backup['COMBINE'] = 0;
And will this delete old backups?
edit-
I just tested it with combine both on and off and figured it out.
Also I read about the mysql option being for mysql 4 and up, so I leave it as 1? Or would 0 or other value be better for Mysql 5?
Thanks for this mod, I had it on vb 3.0 and it didn't work for ages. I still had the scheduled task there, and the files. And I think the task was enabled.
|