How can I use mongodump to move a single collection from one database to another?
mongodump
How should I use the command and its options?
mongodump --host --db --username --password --gzip --out
mongodump --host --db --collection --username --password --gzip --out
mongodump documentation