Skip to content

Commit b1b5e09

Browse files
authored
DOCSP-38268 Remove Additional Piping Example (#144)
1 parent e0cd0cf commit b1b5e09

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

source/mongodump/mongodump-examples.txt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -79,24 +79,6 @@ of the ``test`` database.
7979

8080
mongodump --archive=test.20150715.archive --db=test
8181

82-
.. _mongodump-example-archive-stdout:
83-
84-
Output an Archive to Standard Output
85-
------------------------------------
86-
87-
To output the archive to the standard output stream in order to pipe to
88-
another process, run ``mongodump`` with the ``archive``
89-
option but *omit* the filename:
90-
91-
.. code-block:: sh
92-
93-
mongodump --archive --db=test --port=27017 | mongorestore --archive --port=27018
94-
95-
.. note::
96-
97-
You cannot use the ``--archive`` option with the
98-
:option:`--out <mongodump --out>` option.
99-
10082
.. _mongodump-example-gzip:
10183

10284
Compress the Output

0 commit comments

Comments
 (0)