Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions source/reference/program/mongodump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
:depth: 1
:class: singlecol

.. warning::
When dumping to a case-insensitive file system such as Windows
or MacOS, collections with names that differ only by capitalization
will be overwritten. For case-insensitive file systems, always use
the :dbtools:`--archive </mongodump/#std-option-mongodump.--archive>`
option.

:binary:`~bin.mongodump` is a utility for creating a binary export of
the contents of a database. :binary:`~bin.mongodump` can export data
from either :binary:`~bin.mongod` or :binary:`~bin.mongos` instances;
Expand Down