Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit bf535ad

Browse files
author
troutman_margaret@yahoo.com
committed
Edited 520_Post_Deployment/50_backup.asciidoc with Atlas code editor
1 parent 3b5efdd commit bf535ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

520_Post_Deployment/50_backup.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
=== Backing up your Cluster
33

44
Like any software that stores data, it is important to routinely backup your
5-
data. Elasticsearch replicas provide high-availability during runtime; they allow
5+
data. ((("clusters", "backing up")))((("post-deployment", "backing up your cluster")))((("backing up your cluster"))) Elasticsearch replicas provide high-availability during runtime; they allow
66
you to tolerate sporadic node loss without an interruption of service.
77

88
Replicas do not provide protection from catastrophic failure, however. For that,
99
you need a real backup of your cluster...a complete copy in case something goes
1010
wrong.
1111

12-
To backup your cluster, you can use the _Snapshot_ API. This will take the current
12+
To backup your cluster, you can use the _Snapshot_ API.((("snapshot-restore API"))) This will take the current
1313
state and data in your cluster and save it to a shared repository. This
1414
backup process is "smart". Your first snapshot will be a complete copy of data,
1515
but all subsequent snapshots will save the _delta_ between the existing
@@ -27,7 +27,7 @@ There are several repository types that you may choose from:
2727

2828
==== Creating the repository
2929

30-
Let's set up a shared filesystem repository:
30+
Let's set up a shared ((("post-deployment", "creating the repository")))((("filesystem repository")))filesystem repository:
3131

3232
[source,js]
3333
----

0 commit comments

Comments
 (0)