Skip to content

Commit c0a59a3

Browse files
committed
DOCSP-13999 correct typo cp restore backup
1 parent 934af31 commit c0a59a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-restore-sharded-shard-primary-from-backup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ content: |
8888
8989
.. code-block:: sh
9090
91-
c -a /backup/mongodb/path/to/mongodb /path/to/mongodb
91+
cp -a /backup/mongodb/path/to/mongodb /path/to/mongodb
9292
9393
The ``-a`` option recursively copies the contents of
9494
the source path to the destination path while preserving

0 commit comments

Comments
 (0)