Installation and Configuration of Standalone Backup Server
Configure backup server to only one web server.
MongoDB Primary Node IP = dbserver01
Installation
Follow the installation procedures at FileCloud Backup Server Installation.
Configuration of standalone backup server for HA
Follow the configuration steps at FileCloud Backup Server Configuration, but add the changes in backupagent.php to the webserver node you configure backup with.
// ... Server URL define("BACKUPAGENT_ACCESS_KEY", "filecloudbackups" ); //Additional mongodump params //Use this if you have additional params to be passed to mongodump command define("BACKUPAGENT_MONGODUMP_PARAMS", "--host dbserver01 --username dbuser --password passw0rd1 --authenticationDatabase admin" ); define("BACKUPAGENT_DBDATA_PATH","/var/lib/mongo");