mongodump

Utility to export the contents of a MongoDB instance. More information: https://docs.mongodb.com/database-tools/mongodump/.

mongodump

mongodump {{[-o|--out]}} {{path/to/directory}}

mongodump {{[-d|--db]}} {{database_name}}

mongodump {{[-c|--collection]}} {{collection_name}} {{[-d|--db]}} {{database_name}}

mongodump {{[-h|--host]}} {{host}} --port {{port}}

mongodump {{[-u|--username]}} {{username}} {{database}} {{[-p|--password]}}

mongodump --uri {{connection_string}}