From b1b5e091b9cc5c050d3ebdad32579ee5af478c09 Mon Sep 17 00:00:00 2001 From: ianf-mongodb <85948430+ianf-mongodb@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:36:38 -0400 Subject: [PATCH] DOCSP-38268 Remove Additional Piping Example (#144) --- source/mongodump/mongodump-examples.txt | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/source/mongodump/mongodump-examples.txt b/source/mongodump/mongodump-examples.txt index 287f680f..e4614bed 100644 --- a/source/mongodump/mongodump-examples.txt +++ b/source/mongodump/mongodump-examples.txt @@ -79,24 +79,6 @@ of the ``test`` database. mongodump --archive=test.20150715.archive --db=test -.. _mongodump-example-archive-stdout: - -Output an Archive to Standard Output ------------------------------------- - -To output the archive to the standard output stream in order to pipe to -another process, run ``mongodump`` with the ``archive`` -option but *omit* the filename: - -.. code-block:: sh - - mongodump --archive --db=test --port=27017 | mongorestore --archive --port=27018 - -.. note:: - - You cannot use the ``--archive`` option with the - :option:`--out ` option. - .. _mongodump-example-gzip: Compress the Output