<?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>quirm.net &#187; backup</title>
	<atom:link href="http://quirm.net/tag/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://quirm.net</link>
	<description>wordpress &#38; web design</description>
	<lastBuildDate>Fri, 04 May 2012 23:47:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>eFiles Backup</title>
		<link>http://quirm.net/2008/10/08/efiles-backup/</link>
		<comments>http://quirm.net/2008/10/08/efiles-backup/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 12:11:21 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=334</guid>
		<description><![CDATA[This plugin for WordPress allows you to download backups of your Uploads, Themes and Plugin directories. It also allows you to download the entire wp-content directory. Not suitable for WPMU without alteration, or for large sites. The plugin will is available via the WordPress plugin repository.]]></description>
			<content:encoded><![CDATA[<p>This plugin for WordPress allows you to download backups of your Uploads, Themes and Plugin directories. It also allows you to download the entire wp-content directory. Not suitable for WPMU without alteration, or for large sites.</p>
<p>The plugin will is available via the <a href="http://wordpress.org/extend/plugins/efiles-backup/">WordPress plugin repository</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2008/10/08/efiles-backup/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MySQL Backup</title>
		<link>http://quirm.net/2008/10/02/mysql-backup/</link>
		<comments>http://quirm.net/2008/10/02/mysql-backup/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 09:02:10 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=158</guid>
		<description><![CDATA[This script outputs a basic backup of a MySQL database in <abbr title="Structured Query Language">sql</abbr> format directly to your web browser.

You can either backup all tables within the database or chose to just backup specific tables. Simply run this script, copy the output, paste it into plain text file and save it for future use.]]></description>
			<content:encoded><![CDATA[<p><img src="http://quirm.net/wp-content/uploads/2008/10/circuitboard.jpg" alt="" title="circuit board" width="150" height="113" class="alignright size-full wp-image-159" /><br />
This script outputs a basic backup of a MySQL database in <abbr title="Structured Query Language">sql</abbr> format directly to your web browser.</p>
<p>You can either backup all tables within the database or chose to just backup specific tables. Simply run this script, copy the output, paste it into plain text file and save it for future use.</p>
<p>The new version addresses a couple of bugs when using with PHP5 and MySQL 5 plus an issue where the <code>$tables</code> array wasn&#8217;t being used properly.</p>
<p>If you have access to cron or would prefer store zipped backup files on your server for later download via <abbr title="File Transfer Protocol">FTP</abbr>, see the <a href="http://quirm.net/2008/10/02/mysql-backupzip/">BackupZip</a> scriptlet.</p>
<dl>
<dt>Requirments:</dt>
<dd>PHP 4+</dd>
</dl>
<h3>Downloads</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3>Support</h3>
<p>Available via the Quirm.net <a href="http://forum.quirm.net/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2008/10/02/mysql-backup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL backupzip</title>
		<link>http://quirm.net/2008/10/02/mysql-backupzip/</link>
		<comments>http://quirm.net/2008/10/02/mysql-backupzip/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 08:58:42 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=155</guid>
		<description><![CDATA[This script creates .gz zipped backups of a variable number of MySQL databases - 1 archive per database - within a dedicated area of your web server]]></description>
			<content:encoded><![CDATA[<p><img src="http://quirm.net/wp-content/uploads/2008/10/usblead.jpg" alt="" title="usb lead" width="150" height="121" class="alignright size-full wp-image-156" /><br />
This script creates .gz zipped backups of a variable number of MySQL databases &#8211; 1 archive per database &#8211; within a dedicated area of your web server.</p>
<p>Used with cron and an automated <abbr title="File Transfer Protocol">FTP</abbr> download, you can completely automate database backups! If you don&#8217;t have access to cron, setup a reminder or scheduler to run this script daily or weekly via your web browser and download the zipped files via FTP when convenient.</p>
<p>If you don&#8217;t have access to cron or would prefer to output the backup file directly to your web browser, see the <a href="http://www.quirm.net/page.php?id=27">Backup</a> scriptlet.</p>
<dl>
<dt>Requirments:</dt>
<dd>PHP 4.1.0 (or higher) with zlib support</dd>
<dd>MySQL 3.22 (or higher)</dd>
</dl>
<h3>Downloads</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3>Support</h3>
<p>Available via the Quirm.net <a href="http://forum.quirm.net/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2008/10/02/mysql-backupzip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

