Skip to content

Commit 4dfeb71

Browse files
committed
DOCSP-13999 correct typo cp restore backup
1 parent 72116cd commit 4dfeb71

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
@@ -141,7 +141,7 @@ content: |
141141
142142
.. code-block:: sh
143143
144-
c -a /backup/mongodb/path/to/mongodb /path/to/mongodb
144+
cp -a /backup/mongodb/path/to/mongodb /path/to/mongodb
145145
146146
The ``-a`` option recursively copies the contents of
147147
the source path to the destination path while preserving

0 commit comments

Comments
 (0)