File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1+ If you specify both ``--nsExclude `` and ``--nsInclude ``, the pattern
2+ that ``--nsExclude `` specifies takes precedence. For example, if you
3+ specify both ``--nsExclude="prod.*" `` and ``--nsInclude="prod.trips" ``,
4+ no collections from the ``prod `` namespace are restored.
Original file line number Diff line number Diff line change @@ -461,6 +461,7 @@ Options
461461 You can specify :option:`--nsExclude` multiple times to exclude multiple namespace
462462 patterns.
463463
464+ .. include:: /includes/fact-nsExclude-precedence.rst
464465
465466.. option:: --nsInclude=<namespace pattern>
466467
@@ -486,6 +487,7 @@ Options
486487 For example, if the dump directory contains
487488 ``dump/test/caf%C3%A9s.bson``, specify ``--nsInclude "test.cafés"``.
488489
490+ .. include:: /includes/fact-nsExclude-precedence.rst
489491
490492.. option:: --nsFrom=<namespace pattern>
491493
You can’t perform that action at this time.
0 commit comments