
The module works perfectly in a multi-site environment.
The backup can be setup to wake up automatically using CRON.
The resulting files are saved on your server and can be pushed to one or more computers. The destination backup computers will use the mo_backup.php script (included) to accept a POST with the backup data1.
For installation details, check out the main page of the complete technical documentation.
Using Slony-I with PostgreSQL is a great idea. That way, you get an instant copy of your database. This is particularly useful if you want to be able to switch from server A to server B in an instant. (When a fail safe website is required.)
Yet, there are drawbacks in only using a duplicator. The main drawback is that it does not give you an actual backup. Thus, if you get a hacker on your website, who somehow gains access to your database, he could wipe out tables, add unwanted data, etc. All of which will be replicated on your other server! Not good.
Our MO Backup helps you by getting an image of your database at a given point. This image will be a working image and it will not be accessible by a hacker who only has access to your database. Plus, those backups can be sent to servers that are otherwise very strongly protected (and each new backup is saved in a new file on those servers, so even if the hacker was to send a hacked file, you'd still have all the previous ones!)
So... to safeguard your database against hardware failures and hackers, use MO Backup!