mongodump

Utility to export the contents of a MongoDB instance. Create…

mongodump

Utility to export the contents of a MongoDB instance.

mongodump

mongodump --out {{path/to/folder}}

mongodump --db {{database_name}}

mongodump --collection {{collection_name}} --db {{database_name}}

mongodump --host {{host}} --port {{port}}

mongodump --username {{username}} {{database}} --password

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← mongod mongoexport →