We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cd0cf commit b1b5e09Copy full SHA for b1b5e09
source/mongodump/mongodump-examples.txt
@@ -79,24 +79,6 @@ of the ``test`` database.
79
80
mongodump --archive=test.20150715.archive --db=test
81
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
100
.. _mongodump-example-gzip:
101
102
Compress the Output
0 commit comments