From 5f118132525500127358d74e3ac2580649cc5237 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Fri, 9 Sep 2022 17:49:56 -0500 Subject: [PATCH] Update index.md --- docs/en/13-replication/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/13-replication/index.md b/docs/en/13-replication/index.md index 22fc8592a5..bd50feacda 100644 --- a/docs/en/13-replication/index.md +++ b/docs/en/13-replication/index.md @@ -4,4 +4,6 @@ title: Data Replication description: Replicate data between TDengine cloud services --- -TDengine provides full support for data replication. You can use taoX, which is a tool provided by TDengine enterprise edition, to replicate data from TDengine cloud service to local TDengine, from local TDengine to TDengine cloud service, or from one cloud service to another one and it doesn't matter which cloud or region the two services reside in. \ No newline at end of file +TDengine provides full support for data replication. You can replicate data from TDengine cloud to private TDengine instance, from private TDengine instance to TDengine cloud, or from one cloud platform to another one and it doesn't matter which cloud or region the two services reside in. + +TDengine also provides database backup for enterprise plan. -- GitLab