Title: [Plugin: BackWPup] Doesn&#8217;t save all tables
Last modified: August 19, 2016

---

# [Plugin: BackWPup] Doesn’t save all tables

 *  Resolved [tommix](https://wordpress.org/support/users/tommix/)
 * (@tommix)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-backwpup-doesnt-save-all-tables/)
 * Hi thanks for plugin. I have in my wp database added 2 tables bymyself manually.
   When i’m creating new task plugin shows those tables ine xclude list, i uncheck
   them, but when i edit my task-it always shows as checked so tables are not backedup.
 * and my tables do not have wp prefix..maybe this causes problems?
 * [http://wordpress.org/extend/plugins/backwpup/](http://wordpress.org/extend/plugins/backwpup/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [tommix](https://wordpress.org/support/users/tommix/)
 * (@tommix)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-backwpup-doesnt-save-all-tables/#post-1194048)
 * I’ve opened the options-jobs.php
 * and deleted this
 *  `<tr valign=”top”>
    <th scope=”row”><label for=”dbexclude”><?PHP _e(‘Exclude
   Database Tables:’,’backwpup’); ?></label></th><td> <?php $tables=$wpdb->get_col(‘
   SHOW TABLES FROM `'.DB_NAME.'`‘); if (!isset($jobs[$jobid][‘dbexclude’])) { //
   def. foreach ($tables as $table) { if (substr($table,0,strlen($wpdb->prefix))!
   =$wpdb->prefix) $jobs[$jobid][‘dbexclude’][]=$table; } } foreach ($tables as 
   $table) { if ($wpdb->backwpup_logs<>$table) echo ‘ <input class=”checkbox” type
   =”checkbox”‘.checked(in_array($table,(array)$jobs[$jobid][‘dbexclude’]),true,
   false).’ name=”dbexclude[]” value=”‘.$table.'”/> ‘.$table.”; }
 * ?>
    </td></tr>`
 * as i see it adds all tables that has no wp preffix. i also deleted
 * options-save.php
 *     ```
       if (isset($_POST['dbexclude']))
       		$jobs[$jobid]['dbexclude']=array_unique((array)$_POST['dbexclude']);
       ```
   
 *  [Daniel Hüsken](https://wordpress.org/support/users/danielhuesken/)
 * (@danielhuesken)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-backwpup-doesnt-save-all-tables/#post-1194161)
 * I have Fiexed it in the dev. version.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: BackWPup] Doesn’t save all tables’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [Daniel Hüsken](https://wordpress.org/support/users/danielhuesken/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-backwpup-doesnt-save-all-tables/#post-1194161)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
