<?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"
	>

<channel>
	<title>Mikes Thoughts &#187; 2008 &#187; April &#187; 15</title>
	<atom:link href="http://lnxpowered.org/2008/04/15/feed/" rel="self" type="application/rss+xml" />
	<link>http://lnxpowered.org</link>
	<description>News, Views, Subterfuge</description>
	<pubDate>Fri, 05 Dec 2008 06:12:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>Image and Incremental backups</title>
		<link>http://lnxpowered.org/2008/04/15/image-and-incremental-backups/</link>
		<comments>http://lnxpowered.org/2008/04/15/image-and-incremental-backups/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 04:46:33 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Ideas]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/2008/04/15/image-and-incremental-backups/</guid>
		<description><![CDATA[Been looking at a few different snapshot based backup programs which either use rsync or something close. I don&#8217;t want or need some amanda or arkeia type thing. What I&#8217;ve settled on now are:
rsnapshot - this one does some real magic with creating incremental snapshots of data files and its quick. I like the configuration [...]]]></description>
			<content:encoded><![CDATA[<p>Been looking at a few different snapshot based backup programs which either use <a href="http://rsync.samba.org/">rsync</a> or something close. I don&#8217;t want or need some <a href="http://www.amanda.org/">amanda</a> or <a href="http://www.arkeia.com/">arkeia</a> type thing. What I&#8217;ve settled on now are:</p>
<p><a href="http://www.rsnapshot.org/">rsnapshot</a> - this one does some real magic with creating incremental snapshots of data files and its quick. I like the configuration file and what it does with the backups. Its also very fast. What I would like is a way to do copies of the rsnapshot archive to a secondary disk drive. I could probably rsnapshot the rsnapshot but I wish I could make it all work with one solution on one box. That leads me to&#8230;</p>
<p><a href="http://www.nongnu.org/rdiff-backup/">rdiff-backup</a> - a different model and not rsync based but it borrows a lot I think from the approach. You want a way to install minimal software that will run against local and remove systems. You may want to write your own shell script. It does a great job of creating the deltas of backups too.</p>
<p>Of course, you have to accept a learning curve with either or both. On ubuntu or debian its easy to test them though and I have this setup which allows me to painlessly backup mp3s, data, web, Maildir files. I built my own little NAS super-server with a Shuttle PC, a nice AMD64 CPU, and memory. All real cheap at Newegg. So I backup from a eSATA external enclosure with two 500g drives in it configured as a RAID1 array to a 1tb Fantom USB Drive. Both are formatted XFS. </p>
<p>Just a plug for the Fantom drives folks. They work very well on Linux if you are needing something.  I combined all the things into a little server. Now I run rsnapshot against the files and I get really fast backups. Ubuntu supports all the extremities.</p>
<p>Backup does not have to be hard. But you do have to invest time in deciding what you need. I don&#8217;t need full system backups. Linux is just flat files and the diffs are important so I save a number of the important files in /etc for example. I can recreate the whole install, rsync the diffs, and be back before the ole tape drive would have been done.</p>
<p><b>Weblog Realities</b></p>
<p>So I went to Drupal and I&#8217;m back. Back to Wordpress. Because its what I like.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2008/04/15/image-and-incremental-backups/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
