<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: mongorestore: ERROR: root directory must be a dump of a single collection when specifying a collection name with &#8211;collection</title>
	<atom:link href="http://dwiel.net/blog/mongorestore-error-root-directory-must-be-a-dump-of-a-single-collection-when-specifying-a-collection-name-with-collection/feed/" rel="self" type="application/rss+xml" />
	<link>http://dwiel.net/blog/mongorestore-error-root-directory-must-be-a-dump-of-a-single-collection-when-specifying-a-collection-name-with-collection/</link>
	<description>Repository of code snippits and ideas</description>
	<lastBuildDate>Sun, 25 Mar 2012 23:41:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Oshoma Momoh</title>
		<link>http://dwiel.net/blog/mongorestore-error-root-directory-must-be-a-dump-of-a-single-collection-when-specifying-a-collection-name-with-collection/comment-page-1/#comment-865</link>
		<dc:creator>Oshoma Momoh</dc:creator>
		<pubDate>Sun, 18 Mar 2012 18:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://dwiel.net/?p=195#comment-865</guid>
		<description>Thanks for this, your example worked for me in restoring a single collection from a dump.

mongorestore -c users --drop -d my-database ./my-database/users.bson

osh</description>
		<content:encoded><![CDATA[<p>Thanks for this, your example worked for me in restoring a single collection from a dump.</p>
<p>mongorestore -c users &#8211;drop -d my-database ./my-database/users.bson</p>
<p>osh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Clark</title>
		<link>http://dwiel.net/blog/mongorestore-error-root-directory-must-be-a-dump-of-a-single-collection-when-specifying-a-collection-name-with-collection/comment-page-1/#comment-355</link>
		<dc:creator>Jesse Clark</dc:creator>
		<pubDate>Thu, 21 Oct 2010 00:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://dwiel.net/?p=195#comment-355</guid>
		<description>Actually if you do: 
mongorestore -d db ../backups/1/db
it will restore the whole db.</description>
		<content:encoded><![CDATA[<p>Actually if you do:<br />
mongorestore -d db ../backups/1/db<br />
it will restore the whole db.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

