OpenSearch/docs/reference/snapshot-restore
David Turner aa8ebeb918 Clarify snapshot incrementality (#65587)
Today we describe snapshots as "incremental" but their incrementality is
rather different beast from e.g. incremental filesystem backups. With
traditional backups you take a large and relatively infrequent "full"
backup and then a sequence of smaller "incremental" ones, and this whole
sequence of backups is required for a restore so it must be kept around
until at least the next full backup. In contrast, Elasticsearch
snapshots are logically independent and each can be deleted without
affecting the integrity of the others.

This distinction frequently causes confusion amongst newer users, so
this commit clarifies what we mean by "incremental" in the docs.
2020-11-30 14:58:26 +00:00
..
apis [DOCS] Fix put repository API docs (#64811) (#64819) 2020-11-09 14:42:40 -05:00
delete-snapshot.asciidoc [7.x] [DOCS] Update snapshot/restore docs to align with API changes (#59730) (#59803) 2020-07-17 14:33:18 -04:00
index.asciidoc Clarify snapshot incrementality (#65587) 2020-11-30 14:58:26 +00:00
monitor-snapshot-restore.asciidoc Remove Outdated Snapshot Docs (#61684) (#61728) 2020-08-31 12:04:27 -04:00
register-repository.asciidoc [DOCS] Add note about NFS repositories (#65149) (#65162) 2020-11-17 14:48:47 -05:00
restore-snapshot.asciidoc [DOCS] Fix redirects and anchors (#65472) 2020-11-24 19:23:58 -05:00
take-snapshot.asciidoc Clone Snapshot API (#61839) (#63291) 2020-10-06 01:52:25 +02:00