Skip to content

Commit 82d7244

Browse files
(DOCSP-10657): Update backup restore start for new cloud backup (#128)
* (DOCSP-10657): Update backup restore start for new cloud backup * Cleanup * Tech review
1 parent 3d7dd60 commit 82d7244

File tree

5 files changed

+601
-476
lines changed

5 files changed

+601
-476
lines changed

source/includes/backup-restore-start-args.rst

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,33 @@
22
:header-rows: 1
33
:widths: 20 80
44

5-
* - Argument
5+
* - Argument
66
- Description
77

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``.
1012

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.

source/reference/atlas/backup-checkpoints-list.txt

Lines changed: 0 additions & 202 deletions
This file was deleted.

source/reference/atlas/backup-commands.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ Atlas ``backup`` Commands
1111

1212
Start a Backup Restore </reference/atlas/backup-restore-start>
1313
List Backup Snapshots </reference/atlas/backup-snapshots-list>
14-
List Backup Checkpoints </reference/atlas/backup-checkpoints-list>
1514
List Backup Restore Jobs </reference/atlas/backup-restore-list>

source/reference/atlas/backup-restore-list.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ mongocli atlas backup restore list
1414

1515
.. include:: /includes/styles/corrections.rst
1616

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/>`.
2121

2222
.. _mcli-atlas-backup-restore-list-syntax:
2323

0 commit comments

Comments
 (0)