<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mongodb backup command - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/mongodb-backup-command/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/mongodb-backup-command/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Sat, 16 Apr 2022 06:22:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>mongodb backup command - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/mongodb-backup-command/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Back up and restore MongoDB Database ?</title>
		<link>https://www.wikitechy.com/interview-questions/mongodb/how-to-back-up-and-restore-mongodb-database/</link>
					<comments>https://www.wikitechy.com/interview-questions/mongodb/how-to-back-up-and-restore-mongodb-database/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Sat, 16 Apr 2022 06:16:59 +0000</pubDate>
				<category><![CDATA[mongodb]]></category>
		<category><![CDATA[Back Up and Restore with MongoDB Tools]]></category>
		<category><![CDATA[How To Back Up And Restore MongoDB]]></category>
		<category><![CDATA[how to backup and restore database]]></category>
		<category><![CDATA[How to Backup and Restore MongoDB Database]]></category>
		<category><![CDATA[how to backup mongodb database]]></category>
		<category><![CDATA[how to backup mongodb database on windows]]></category>
		<category><![CDATA[how to create mongodb database backup]]></category>
		<category><![CDATA[how to recover mongodb database]]></category>
		<category><![CDATA[how to restore mongodb dump in windows]]></category>
		<category><![CDATA[how to take all database backup in mongodb]]></category>
		<category><![CDATA[how to take backup from mongodb]]></category>
		<category><![CDATA[MongoDB - Backup and Restoration]]></category>
		<category><![CDATA[MongoDB - Create Backup]]></category>
		<category><![CDATA[MongoDB Backup and Restore]]></category>
		<category><![CDATA[mongodb backup and restore command]]></category>
		<category><![CDATA[mongodb backup command]]></category>
		<category><![CDATA[MongoDB Database Backup And Restore]]></category>
		<category><![CDATA[mongodb dump command in linux]]></category>
		<category><![CDATA[recover mongodb database]]></category>
		<category><![CDATA[Restore a Single Database or Collection]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4123</guid>

					<description><![CDATA[The mongo shell does not include functions for importing, exporting, restore or backup. MongoDB has created methods for accomplishing this, so that no scripting work or complex GUIs are needed. Several utility scripts are used to get data in or out of the database in bulk. These utility scripts are used to back up and restore [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li>The mongo shell does not include functions for importing, exporting, restore or backup.</li>
<li>MongoDB has created methods for accomplishing this, so that no scripting work or complex GUIs are needed.</li>
<li>Several utility scripts are used to get data in or out of the database in bulk.</li>
<li>These utility scripts are used to back up and restore data in MongoDB:</li>
</ul>
<h4 id="mongoimport">Mongoimport :</h4>
<ul>
<li>In MongoDB, it provides a special tool that is used to import data.</li>
</ul>
<p><strong>Syntax :</strong><br />
<code>mongoimport-jsonarray-db database_name-collection collection_name-file file_location</code></p>
<h4 id="mongoexport">Mongoexport :</h4>
<ul>
<li>In MongoDB it allows you to export its data into other file formats like JSON or CSV.</li>
</ul>
<p><code>mongoexport-db database_name-collection collection_name-outpath_or_name_of_the_file</code></p>
<h4 id="mongodump">Mongodump :</h4>
<ul>
<li>In MongoDB it is used creating a binary export of the contents and export data from either <strong>mongod</strong> or <strong>mongos</strong></li>
</ul>
<h4 id="mongorestore">Mongorestore :</h4>
<ul>
<li>This program loads data from either a binary database dump created by mongodump or the standard input into a mongod or mongos instance.</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/mongodb/how-to-back-up-and-restore-mongodb-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
