File tree 2 files changed +6
-0
lines changed
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
461
461
You can specify :option:`--nsExclude` multiple times to exclude multiple namespace
462
462
patterns.
463
463
464
+ .. include:: /includes/fact-nsExclude-precedence.rst
464
465
465
466
.. option:: --nsInclude=<namespace pattern>
466
467
@@ -486,6 +487,7 @@ Options
486
487
For example, if the dump directory contains
487
488
``dump/test/caf%C3%A9s.bson``, specify ``--nsInclude "test.cafés"``.
488
489
490
+ .. include:: /includes/fact-nsExclude-precedence.rst
489
491
490
492
.. option:: --nsFrom=<namespace pattern>
491
493
You can’t perform that action at this time.
0 commit comments