Write data to two accounts ESP32 Arduino

hello, i use the free colud account with a lot of data but some data i would like to store for ever in a payd account.
is it possible to write at 2 accounts?
esp32
like
InfluxDBClient client1
InfluxDBClient client2

InfluxDBClient client(INFLUXDB_URL, INFLUXDB_ORG, INFLUXDB_BUCKET, INFLUXDB_TOKEN, InfluxDbCloud2CACert);

maybe someone has a solution
thanks robert

Hello @robert989,
You might be interested in EDR:

You can replicate data from one instance to another.