Seems to work just great for me! Many thanks!
Have two questions about the config file:
What does the options below mean and what effects has the value 1 on these settings?
Quote:
// Backup Options
$backup['LOCK'] = 0; // Lock tables during dump
$backup['REPAIR'] = 0; // Repair & Optimize tables before dump
|
Quote:
// Combine Tables into one file
$backup['COMBINE'] = 0;
|