<?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>AndyB &#187; robocopy</title>
	<atom:link href="http://andrewbevitt.com/tag/robocopy/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewbevitt.com</link>
	<description>shakin' up noth-ink</description>
	<lastBuildDate>Sat, 31 Jul 2010 13:33:43 +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>My Ultimate Backup Stack</title>
		<link>http://andrewbevitt.com/2009/01/14/my-ultimate-backup-stack/</link>
		<comments>http://andrewbevitt.com/2009/01/14/my-ultimate-backup-stack/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 11:56:10 +0000</pubDate>
		<dc:creator>AndyB</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[ebs]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[robocopy]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[s3]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://andrewbevitt.com/?p=165</guid>
		<description><![CDATA[<br/>This isn&#8217;t a howto! Seriously. You should know your data. Which means you should contrive your own policies and procedures for backing up. This is simply the stack I&#8217;ve decided best suits my needs. Windows desktops: robocopy batch script. Target is mirrored content on a local server. Windows servers: as above &#8211; but to a]]></description>
			<content:encoded><![CDATA[<br/><p>This isn&#8217;t a howto! Seriously. You should know your data. Which means you should contrive your own policies and procedures for backing up. This is simply the stack I&#8217;ve decided best suits my needs.<span id="more-165"></span></p>
<ul>
<li>Windows desktops: <a href="http://en.wikipedia.org/wiki/Robocopy">robocopy</a> batch script. Target is mirrored content on a local server.</li>
<li>Windows servers: as above &#8211; but to a Linux server (virtual machine) for offsite rsync.</li>
<li>Linux desktops: rsync mirroring to local server.</li>
<li>Linux servers: rdiff-backup to offsite location.</li>
</ul>
<p>For my offsite location I am using <a href="http://aws.amazon.com/">Amazon Web Services</a>: EC2 as the rdiff-backup target; EBS as tentative storage for the rdiff-backup data; and S3 for periodic snapshots of the EBS volumes.</p>
<p>My EBS store is a, software, RAID6 array made up of 100G volumes. I am also using <a href="http://luks.endorphin.org/">LUKS</a> to encrypt each volume at the block level.</p>
<p>This stack gives me encrypted, offsite, continental distributed, reverse incremental backups. In my opinion that&#8217;s basically the holy grail. The only possible issue will arise if I lost the keys to unlock the LUKS encryption. <strong>But that wont happen.</strong> LUKS allows for a key file and 8 password style keys. With that flexibility I can guarantee I will always have access / the ability to change keys.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewbevitt.com/2009/01/14/my-ultimate-backup-stack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
