Is the "combine" function working for folks? I've tried it like this:
// Combine all tables into one file
$backup['COMBINE'] = 1; // 0 = No, 1 = Yes
and I've tried it like this:
// Combine all tables into one file
$backup['COMBINE'] = 0; // 0 = No, 1 = Yes
and either way it creates 1 file per table in the backups directory. Haven't figured out which way I want to go yet, but it seems like I don't have a choice if the combine isn't working for me anyway.
|