Local Server Farm

I have a local YaCy server at my house. This runs through KEMP proxy (if you dont have a proxy, you should get it now!). That being said, I want to setup distributed Internal YaCy within my internal Network.

I have build a front end in PHP and the public does not know about YaCY. Its very basic, at this point.

What I would like to do is build a second YaCY server as a failover site. I basically want to duplicate the existing server automatically and run the crawling on one of the servers and have the data saved to both.

Is this possible at this time?

1 Like

kind of. You simply duplicate the DATA folder where YaCy holds all information, including crawls, indexes etc. Then you move/copy a zipped/tar.gz of DATA to the target site and decompress that there inside the other YaCy installation.

2 Likes