-
Enhancement
-
Resolution: Done
-
Blocker
-
5.2.0.Final
-
None
Update configuration file after feedback:
<sites local="LON"> <site name="SFO"/> <site name="NYC"/> <site name="LON"/> </sites>
The sites element above are not used and should be dropped.
Also the local configuration should look like:
<global> <sites> <localSite="${site:LON}" backupSites="${backup-sites:SFO,NYC}" /> <backups> <backup site="NYC" backupFailurePolicy="WARN" strategy="SYNC" timeout="12000"/> <backup site="SFO" backupFailurePolicy="IGNORE" strategy="ASYNC"/> <backup site="LON" backupFailurePolicy="IGNORE" strategy="ASYNC"/> </backups> </sites> </global>
This would allow re-using of configuration files between sites.