Hello,
I'm planning to synchronize two folders on more than two sites, maybe the number will grow to 5 or more. There will only be inserting files on each site and no updating nor deleting.
What method would you recommend? How about the circular method? Namely, SiteA to SiteB to SiteC to SiteD to SiteE to SiteA, or each site synchronizes 2 other sites, i.e. SiteA to SiteB & SiteC, SiteB to SiteC & SiteD, etc. in case one of the sites fails.
Star method or server-clients method might be infeasible, because when the number of sites grows too many, the topology will break.
Thank you in advance.