<?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>FreeWebHostDir Tutorials &#187; Backup Tools</title>
	<atom:link href="http://tutorials.freewebhostdir.com/category/backup-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorials.freewebhostdir.com</link>
	<description>FreeWebHostDir Tutorials</description>
	<lastBuildDate>Sun, 01 Aug 2010 01:35:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to backup your server using rsync</title>
		<link>http://tutorials.freewebhostdir.com/how-to-backup-your-server-using-rsync/</link>
		<comments>http://tutorials.freewebhostdir.com/how-to-backup-your-server-using-rsync/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 15:51:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Backup Tools]]></category>
		<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Rsync]]></category>

		<guid isPermaLink="false">http://tutorials.freewebhostdir.com/?p=28</guid>
		<description><![CDATA[There&#8217;s a new kid on the backup software block: rsync. rsync was originally designed to replace rcp, the venerable old Unix remote copy program. Because of its sophisticated means of synchronizing and transferring file trees, rsync is widely used for mirroring Web sites. rsync transfers only the changes in files, using the devilishly clever rsync [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a new kid on the backup software block: rsync. rsync was originally designed to replace rcp, the venerable old Unix remote copy program. Because of its sophisticated means of synchronizing and transferring file trees, rsync is widely used for mirroring Web sites. rsync transfers only the changes in files, using the devilishly clever rsync algorithm. It calculates diffs without needing both files to be present. This little bit of magic is described in the documentation accompanying the program (for those interested in such). rsync then does on-the-fly compression, making network file transfers very fast and efficient.</p>
<p><span id="more-28"></span><strong>Link: <a title="Click Here" href="http://www.freewebhostdir.com/redirect.php?direct&amp;mycat=5" target="_blank">Click Here</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorials.freewebhostdir.com/how-to-backup-your-server-using-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup your MySQL database via SSH/Telnet</title>
		<link>http://tutorials.freewebhostdir.com/how-to-backup-your-mysql-database-via-sshtelnet/</link>
		<comments>http://tutorials.freewebhostdir.com/how-to-backup-your-mysql-database-via-sshtelnet/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 01:44:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Backup Tools]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://tutorials.freewebhostdir.com/?p=3</guid>
		<description><![CDATA[In order to follow this tutorial you must have SSH/Telnet access. Login to your server via SSH/Telnet. You can download a free SSH/Telnet client here Type: mysqldump -a -u dbuser --password="yourpassword" dbname &#62; backup.sql replace dbuser with your database user, yourpassword with your database password and dbname with your database name You can also use [...]]]></description>
			<content:encoded><![CDATA[<p>In order to follow this tutorial you must have SSH/Telnet access. Login to your server via SSH/Telnet. You can download a free SSH/Telnet client here<br />
Type:</p>
<p><span id="more-3"></span><br />
<code><br />
<em>mysqldump -a -u dbuser --password="yourpassword" dbname &gt; backup.sql</em><br />
</code></p>
<p>replace dbuser with your database user, yourpassword with your database password and dbname with your database name You can also use cronjob to backup your database at a specific time</p>
]]></content:encoded>
			<wfw:commentRss>http://tutorials.freewebhostdir.com/how-to-backup-your-mysql-database-via-sshtelnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
