<?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>Infusion Technology Solutions Blog&#187; backup</title>
	<atom:link href="http://blog.infusiontechsolutions.com/tag/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.infusiontechsolutions.com</link>
	<description>Technology related solutions, tips, tricks, and other interesting topics</description>
	<lastBuildDate>Tue, 20 Apr 2010 15:07:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Backup and Restore a MySQL Database Using mysqldump</title>
		<link>http://blog.infusiontechsolutions.com/how-to-backup-and-restore-a-mysql-database-using-mysqldump/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-backup-and-restore-a-mysql-database-using-mysqldump</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-backup-and-restore-a-mysql-database-using-mysqldump/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 02:59:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql database]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=257</guid>
		<description><![CDATA[How to Backup a MySQL Database With mysqldump mysqldump -u userNameWithPrivileges -p databaseName &#62; outputFileName.sql How to Restore a mysqldump Backup mysql -u userNameWithPrivileges -p database &#60; outputFileName.sql * Replace &#8220;userNameWithPrivileges&#8221; with the username of a MySQL account that can read/write to the database being backed up / restored.]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-backup-and-restore-a-mysql-database-using-mysqldump/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Mirror A Directory Locally Using Rsync</title>
		<link>http://blog.infusiontechsolutions.com/how-to-mirror-a-directory-locally-using-rsync/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-mirror-a-directory-locally-using-rsync</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-mirror-a-directory-locally-using-rsync/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 03:55:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mirror]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[source directory]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=229</guid>
		<description><![CDATA[Most of the instructions for mirroring a directory with Rsync involve mirroring the data to a different server. You can also use Rsync to sync or mirror a directory on the same computer as the source directory. Here is an example command on how to mirror two directories locally. In this example, /home/apache/public_html is the [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-mirror-a-directory-locally-using-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

