You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/5.2/Raven.Documentation.Pages/server/ongoing-tasks/external-replication.markdown
+2-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@
6
6
* Schedule an **External Replication Task** in order to have a _live_ replica of your data in another database:
7
7
* In a separate RavenDB cluster [on local machines](../../../../start/getting-started) or [a cloud instance](../../../../cloud/cloud-overview),
8
8
which can be used as a failover if the source cluster is down.
9
-
* Note: External Replication task does _not_ create a backup of your data and indexes. See more in [Backup -vs- Replication](../../../../studio/database/tasks/backup-task#backup-task--vs--replication-task)
9
+
Note: External Replication task **does _not_ create a backup** of your data and indexes.
10
+
See more in [Backup -vs- Replication](../../../../studio/database/tasks/backup-task#backup-task--vs--replication-task)
10
11
* In the same cluster if you want a live copy that won't be a client failover target.
11
12
12
13
* "Live" means that the replica is up to date at all times. Any changes in the source database will be reflected in the replica once they occur.
0 commit comments