Enabling the Backup Server URL
By default, the backup server URL is disabled. You must add a setting to both the backup server config file and the production server config file to enable it and access it as a site.
To enable the backup server URL:
- In your production server's FileCloud directory, open cloudconfig.php:
Windows Location: XAMPP DIRECTORY/htdocs/config/cloudconfig.php
Linux Location: /var/www/config/cloudconfig.php Add the following:
define("TONIDOCLOUD_ENABLE_BACKUPSERVER_APP", true);
Repeat steps 1 and 2 in your backup server's FileCloud directory.