• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Backup multiple Plesk servers to one [solved]

FranckTAG

New Pleskian
Hi,

we have 5 dedicated servers.
We currently backup them every night locally (each server is backed up to himself), which is a problem if the server completly fails.

We want to backup all 5 servers to a 6th server dedicated only to backups.
We have 1 main goal, and 1 secondary goal:
- be able to restore any website to whatever server
- secondary goal: ideally we'd like to keep the local backups too, with a longer retention time
I don't want to mess with our data, so I ask here before.

This 6th server can have Plesk too if needed.

--> is it possible to backup several servers onto one ? Something special must be done ?
--> is it possible to have 2 different backup policies per server ? One policy for local backups, and one for remote backups.
--> should I use the FTP backup provided into Plesk, or the "native" one ?
 
While Plesk currently only supports one server backup rule via the GUI (not sure why it's so behind the curve), please consider voting for multiple rules at http://plesk.uservoice.com/forums/1...3703858-multiple-backup-rules-or-more-options.

To answer your questions:

1. You can backup several servers onto one (you could do this via the GUI using separate FTP accounts on the backup server or via a cron job using the Plesk backup command line option) and you'll maybe want to space out your backups over several hours to avoid running into bandwidth or resource issues on your backup server (depending on its resources)
2. See the opening note regarding backup rules
3. Not sure what you mean by FTP backup provided by plesk but for now you'll probably want to leave your local server backups in place and run a second backup using the Plesk backup manager command line cron approach (it's not too bad once you get it started) which would make your cron look like this: "/usr/local/psa/bin/pleskbackup server --split=2G --only-hosting --skip-logs --prefix="weekly" --ftp-passive-mode --output-file=ftp://yourbackuplocation.com/optionaldirectory/ --ftp-login=username --ftp-password=password"

You might want to create five different FTP accounts on your remote server for each of your servers (with different passwords) for isolation and you'll need a cron job that will automatically clean up older backups on the backup server.

Please reply back with your results!
 
PPS: VOTE for multiple backup rules! It's very unfortunate that everyone has to come up with their own home-brew solutions to get around this.
 
Many (many) thanks for your answer.
So okay, I will now try.

- I will create 5 ftp accounts (it was my initial intention, but my english is not very good so I tried to be more simple)
- I will shift backups times to save resources (it was my initial intention too)

Not sure what you mean by FTP backup provided by plesk!
I mean the fact to check the ftp box. Last time I used it (years ago) I wasn't able to restore anything.

you'll probably want to leave your local server backups in place and run a second backup using the Plesk backup manager command line cron approach
So I can have as many backup I want, but they all share the same retention parameter ? (unless I run a home made cleanup scripts)
Thanks for the doc pointer. I struggle to find reliable informations, so I currently only use basic features.


PS: of course I voted :) This is a really-needed feature
 
Back
Top