# mongodump -uneo -p -d test -o /tmp/ connected to: 127.0.0.1 Enter password: Tue Sep 8 10:12:33.011 DATABASE: test to /tmp/test Tue Sep 8 10:12:33.012 test.system.indexes to /tmp/test/system.indexes.bson Tue Sep 8 10:12:33.043 12 objects Tue Sep 8 10:12:33.043 test.bios to /tmp/test/bios.bson Tue Sep 8 10:12:33.043 1 objects Tue Sep 8 10:12:33.043 Metadata for test.bios to /tmp/test/bios.metadata.json Tue Sep 8 10:12:33.043 test.system.users to /tmp/test/system.users.bson Tue Sep 8 10:12:33.044 2 objects Tue Sep 8 10:12:33.044 Metadata for test.system.users to /tmp/test/system.users.metadata.json Tue Sep 8 10:12:33.044 test.fs.chunks to /tmp/test/fs.chunks.bson Tue Sep 8 10:12:33.045 2 objects Tue Sep 8 10:12:33.045 Metadata for test.fs.chunks to /tmp/test/fs.chunks.metadata.json Tue Sep 8 10:12:33.045 test.fs.files to /tmp/test/fs.files.bson Tue Sep 8 10:12:33.046 2 objects Tue Sep 8 10:12:33.046 Metadata for test.fs.files to /tmp/test/fs.files.metadata.json Tue Sep 8 10:12:33.046 test.images.chunks to /tmp/test/images.chunks.bson Tue Sep 8 10:12:33.167 12 objects Tue Sep 8 10:12:33.167 Metadata for test.images.chunks to /tmp/test/images.chunks.metadata.json Tue Sep 8 10:12:33.167 test.images.files to /tmp/test/images.files.bson Tue Sep 8 10:12:33.168 3 objects Tue Sep 8 10:12:33.168 Metadata for test.images.files to /tmp/test/images.files.metadata.json Tue Sep 8 10:12:33.168 test.img.chunks to /tmp/test/img.chunks.bson Tue Sep 8 10:12:33.175 4 objects Tue Sep 8 10:12:33.175 Metadata for test.img.chunks to /tmp/test/img.chunks.metadata.json Tue Sep 8 10:12:33.175 test.img.files to /tmp/test/img.files.bson Tue Sep 8 10:12:33.176 1 objects Tue Sep 8 10:12:33.176 Metadata for test.img.files to /tmp/test/img.files.metadata.json
短參數
mongodump -h mongodb.example.net -p 27017 -u neo -p password -d netkiller -c yourcollection
長參數
mongodump --host mongodb.example.net --port 27017 --username backup --password passwd --db mdb --collection some