I want to copy a collection within the same database and give it a different name - basically take a snapshot.
What\'s the best way to do this? Is
You can use the copyDatabase function in the mongo shell:
http://docs.mongodb.org/manual/tutorial/copy-databases-between-instances/