Your patch 4.1.3 is not working. You are missing curly braces on line 280 and 287 of said module:
if (sizeof($included) and is_array($included)) {
$dbTable = $database.".".$table;
if (!in_array($table, $included) and !in_array($dbTable, $included))
{
$tablesList[$inc]['excluded'] = 1;
$this->log(sprintf(__("Excluding table %s.%s from backup"), $table, $database));
}
}
$inc++;
else there is an error generated by the plugin at runtime, and no database table gets backed up:
php_system.DEBUG: E_NOTICE: array ( ‘type’ => 8, ‘message’ => ‘Undefined variable: dbTable’, ‘file’ => ‘…/wp-content/plugins/xcloner-backup-and-restore/includes/class-xcloner-database.php’, ‘line’ => 282, ) [] []