@@ -20,19 +20,26 @@ events.
20
20
Back Up with Atlas
21
21
------------------
22
22
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.
36
43
37
44
Back Up with |MMS| or Ops Manager
38
45
---------------------------------
0 commit comments