Skip to content

Commit 3162bad

Browse files
(DOCSP-12536): Update Atlas backup methods
1 parent ee2b1a5 commit 3162bad

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

source/core/backups.txt

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,26 @@ events.
2020
Back Up with Atlas
2121
------------------
2222

23-
MongoDB Atlas, the official MongoDB cloud service, provides 2 fully-managed
24-
methods for backups:
25-
26-
1. :atlas:`Continuous Backups </backup/continuous-backups>`, which take
27-
incremental backups of data in your cluster, ensuring your backups are
28-
typically just a few seconds behind the operational system. Atlas continuous
29-
backups allow you to restore from stored snapshots or from a selected point
30-
in time within the last 24 hours. You can also query a continuous backup
31-
snapshot.
32-
33-
#. :atlas:`Cloud Provider Snapshots </backup/cloud-provider-snapshots>`, which
34-
provide localized backup storage using the native snapshot functionality of
35-
the cluster's cloud service provider.
23+
MongoDB Atlas, the hosted MongoDB service option in the cloud, offers
24+
two fully-managed methods for backups:
25+
26+
1. :atlas:`Cloud Backups </backup/cloud-backup/overview>`, which
27+
utilize the native snapshot functionality of the
28+
deployment's cloud service provider to offer robust backup options.
29+
Cloud Backups provide:
30+
31+
- :atlas:`On-demand snapshots
32+
</backup/cloud-backup/overview/#on-demand-snapshots>`, which allow
33+
you to trigger an immediate snapshot of your deployment at a given
34+
point in time.
35+
36+
- :atlas:`Continuous Cloud Backups
37+
</backup/cloud-backup/overview/#continuous-cloud-backups>`, which
38+
allow you to schedule recurring backups for your deployment.
39+
40+
#. :atlas:`Legacy Backups </backup/legacy-backup/overview/>`
41+
*(Deprecated)*, which take incremental backups of data in your
42+
deployment.
3643

3744
Back Up with |MMS| or Ops Manager
3845
---------------------------------

0 commit comments

Comments
 (0)