Duplicating InfluxDB on separate server

Hey, I have to duplicate my current InfluxDB to second server - and send all the metrics/tabels in real-time the best ( or every 1min let’s say in worse case ) - is there a way to do so - to forward all inputs coming into one influx to itself and one other ?

InfluxDB has “subscriptions,” which “are local or remote endpoints to which all data written to InfluxDB is copied. Subscriptions are primarily used with Kapacitor, but any endpoint able to accept UDP, HTTP, or HTTPS connections can subscribe to InfluxDB and receive a copy of all data as it is written.”

You can find more information in the documentation, under Manage Subscriptions in InfluxDB.