File tree Expand file tree Collapse file tree 5 files changed +601
-476
lines changed Expand file tree Collapse file tree 5 files changed +601
-476
lines changed Original file line number Diff line number Diff line change 2
2
:header-rows: 1
3
3
:widths: 20 80
4
4
5
- * - Argument
5
+ * - Argument
6
6
- Description
7
7
8
- * - ``AUTOMATED_RESTORE ``
9
- - To create an automated restore from the snapshot.
8
+ * - ``automated ``
9
+ - |service | restores the snapshot corresponding to ``snapshotId ``
10
+ to the |service | cluster and project specified by
11
+ ``targetClusterId `` and ``targetGroupId ``.
10
12
11
- * - ``HTTP ``
12
- - To restore using a HTTP download link for the appropriate
13
- snapshot.
13
+ * - ``pointInTime ``
14
+ - |service | performs a :atlas: `Continuous Cloud Backup restore
15
+ </backup/cloud-backup/overview/#continuous-cloud-backups> `.
16
+
17
+ * - ``download ``
18
+ - |service | generates and displays a |url | to download a
19
+ ``.tar.gz `` of the snapshot corresponding to the
20
+ ``snapshotId ``. The contents of the ``tar.gz `` archive
21
+ contain the data files for your |service | cluster.
22
+
23
+ .. seealso ::
24
+
25
+ To learn more about manually restoring the downloaded
26
+ data files, see
27
+ :atlas: `Manual Restore One Snapshot </backup/archive/archive-one-snapshot/> `.
28
+
29
+ .. admonition :: Download Limitations
30
+ :class: note
31
+
32
+ Each cloud backup can have one download at a time, and each
33
+ :atlas: `project </tutorial/manage-projects/> ` can have
34
+ a maximum of 20 downloads at a time.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,5 +11,4 @@ Atlas ``backup`` Commands
11
11
12
12
Start a Backup Restore </reference/atlas/backup-restore-start>
13
13
List Backup Snapshots </reference/atlas/backup-snapshots-list>
14
- List Backup Checkpoints </reference/atlas/backup-checkpoints-list>
15
14
List Backup Restore Jobs </reference/atlas/backup-restore-list>
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ mongocli atlas backup restore list
14
14
15
15
.. include:: /includes/styles/corrections.rst
16
16
17
- The ``backup restore list`` command lists the :atlas:`Continuous Backup
18
- </restore-cluster >` restore jobs for a deployment. You can also list
19
- Continuous Backup restore jobs using the |service| :atlas:`API
20
- </reference/api/restore-jobs- get-all/>`.
17
+ The ``backup restore list`` command lists the :atlas:`Cloud Backup
18
+ </backup/cloud-backup/restore/ >` restore jobs for a deployment. You can
19
+ also list Cloud Backup restore jobs using the |service| :atlas:`API
20
+ </reference/api/cloud-backup/restore/ get-all-restore-jobs />`.
21
21
22
22
.. _mcli-atlas-backup-restore-list-syntax:
23
23
You can’t perform that action at this time.
0 commit comments