Title: Multiple Servers
Last modified: August 22, 2016

---

# Multiple Servers

 *  Resolved [clammy77](https://wordpress.org/support/users/clammy77/)
 * (@clammy77)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multiple-servers/)
 * Hi,
 * I have a cluster of front end servers running the same frontend. How to configure
   UPdraft so that it only backs up like say server #1?
 * [https://wordpress.org/plugins/updraftplus/](https://wordpress.org/plugins/updraftplus/)

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

 *  Plugin Author [David Anderson / Team Updraft](https://wordpress.org/support/users/davidanderson/)
 * (@davidanderson)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multiple-servers/#post-5563554)
 * Hi,
 * If you look in class-updraftplus.php, there’s a hook in boot_backup() that your
   developer could take advantage of.
 * Best wishes,
    David
 *  Thread Starter [clammy77](https://wordpress.org/support/users/clammy77/)
 * (@clammy77)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/multiple-servers/#post-5563772)
 * Hi David,
 * Can you let me know exactly what I need to change? or is there a documentation
   somewhere? I am the developer 🙂
 * Thanks!
 *  Thread Starter [clammy77](https://wordpress.org/support/users/clammy77/)
 * (@clammy77)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/multiple-servers/#post-5563773)
 *     ```
       public function backup_files() {
       		# Note that the "false" for database gets over-ridden automatically if they turn out to have the same schedules
       		$this->boot_backup(true, false);
       	}
   
       	public function backup_database() {
       		# Note that nothing will happen if the file backup had the same schedule
       		$this->boot_backup(false, true);
       	}
       ```
   
 * For instance here, do I just change them to boot_backup for the other servers?

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

The topic ‘Multiple Servers’ is closed to new replies.

 * ![](https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200)
 * [UpdraftPlus: WP Backup & Migration Plugin](https://wordpress.org/plugins/updraftplus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/updraftplus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/updraftplus/)
 * [Active Topics](https://wordpress.org/support/plugin/updraftplus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/updraftplus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/updraftplus/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [clammy77](https://wordpress.org/support/users/clammy77/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/multiple-servers/#post-5563773)
 * Status: resolved