<?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>CrudVision - Lisa Seelye &#187; backup</title>
	<atom:link href="http://www.crudvision.com/category/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crudvision.com</link>
	<description>Lisa Seelye's Blog. Yay</description>
	<lastBuildDate>Tue, 13 Apr 2010 21:26:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Another Amanda Post</title>
		<link>http://www.crudvision.com/2008/10/07/another-amanda-post/</link>
		<comments>http://www.crudvision.com/2008/10/07/another-amanda-post/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 12:09:54 +0000</pubDate>
		<dc:creator>Lisa Seelye</dc:creator>
				<category><![CDATA[amanda]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[jungledisk]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[s3]]></category>

		<guid isPermaLink="false">http://www.crudvision.com/?p=122</guid>
		<description><![CDATA[In the past I mentioned some Pros and Cons of Jungledisk and Amanda and the one listed &#8220;con&#8221; for Amanda is that it periodically had issues with my buckets and the size of data stored therein. It turns out that there was a bug with the Amanda S3 device: it had issues with buckets that [...]]]></description>
			<content:encoded><![CDATA[<p>In the past I mentioned some <a href="http://www.crudvision.com/2008/09/02/following-up-jungledisk-vs-amanda/">Pros and Cons of Jungledisk and Amanda</a> and the one listed &#8220;con&#8221; for Amanda is that it periodically had issues with my buckets and the size of data stored therein.</p>
<p>It turns out that there was a bug with the Amanda S3 device: it had issues with buckets that had a lot of keys (files) in it. Due to the way Amanda works it makes one gig pieces of data on the holding disk and then the S3 device chunks them up smaller and puts them on the S3 device. When the tape/bucket was due to be resused the files in it had to be removed. Fetching the key list (file list) that could be rm&#8217;d had a buffer overflow.</p>
<p>I found this out with the awesome help of <a href="http://code.v.igoro.us">djmitche</a> (and Freenode #amanda) who wrote a patch for me. I&#8217;m pretty sure the patch made its way into amanda trunk. In Gentoo the patch is in <a href="http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/amanda/ChangeLog?rev=1.41&amp;view=markup">app-backup/amanda-2.6.0_p2-r1</a>.</p>
<p>Since applying the patch I&#8217;ve had no problems with Amanda at all and it&#8217;s run perfectly for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crudvision.com/2008/10/07/another-amanda-post/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Following up JungleDisk vs Amanda</title>
		<link>http://www.crudvision.com/2008/09/02/following-up-jungledisk-vs-amanda/</link>
		<comments>http://www.crudvision.com/2008/09/02/following-up-jungledisk-vs-amanda/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 21:01:33 +0000</pubDate>
		<dc:creator>Lisa Seelye</dc:creator>
				<category><![CDATA[amanda]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[jungledisk]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[s3]]></category>

		<guid isPermaLink="false">http://www.crudvision.com/?p=120</guid>
		<description><![CDATA[Following up to Backing up to Amazon S3 using Amanda (June 28, 2008): I&#8217;ve been having issues with both Amanda+S3 as well as JungleDisk. I&#8217;ll outline these here. JungleDisk Problems JungleDisk sometimes destroys all of my data on S3 in the bucket JungleDisk uses and then on the next backup re-uploads all of the data! [...]]]></description>
			<content:encoded><![CDATA[<p>Following up to <a href="http://www.crudvision.com/2008/06/28/backing-up-to-amazon-s3-using-amanda/">Backing up to Amazon S3 using Amanda</a> (June 28, 2008):</p>
<p>I&#8217;ve been having issues with both Amanda+S3 as well as JungleDisk. I&#8217;ll outline these here.</p>
<p><strong>JungleDisk Problems</strong></p>
<ul>
<li>JungleDisk sometimes destroys all of my data on S3 in the bucket JungleDisk uses and then on the next backup re-uploads all of the data! This is clearly a problem. Luckily I do not have more than a gigabyte of data thats backed up with JungleDisk. If I did this bug (or feature?) would be very expensive.</li>
<li>JungleDisk doesn&#8217;t smartly handle moves. I&#8217;d like to be able to move things around on my local filesystem and have JungleDisk notice this and move them. Moving them over WebDAV isn&#8217;t feasible.</li>
<li>JungleDisk scans individual files and doesn&#8217;t combine a whole bunch of them into one tarball. This gets very expensive! I wish they&#8217;d tar it all up first like Amanda.</li>
</ul>
<p><strong>Amanda+S3 Problems</strong></p>
<ul>
<li>Sometimes the Amanda S3 device module has problems talking to S3. The only fix I&#8217;ve found so far is to destroy the bucket, remove it from the tapelist, readd the bucket, reidentify the bucket to Amanda and run amflush. This is clearly not good as it&#8217;s just as bad as Jungledisk destroying everything. I haven&#8217;t figured out why this happens yet.</li>
</ul>
<p>Both products are still good and I&#8217;ll continue to use them. I&#8217;m considering using Amanda on my laptop, however, but this could cause problems in cases where it isn&#8217;t connected to the network at backup time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crudvision.com/2008/09/02/following-up-jungledisk-vs-amanda/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Backing up to Amazon S3 using Amanda</title>
		<link>http://www.crudvision.com/2008/06/28/backing-up-to-amazon-s3-using-amanda/</link>
		<comments>http://www.crudvision.com/2008/06/28/backing-up-to-amazon-s3-using-amanda/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 16:18:44 +0000</pubDate>
		<dc:creator>Lisa Seelye</dc:creator>
				<category><![CDATA[amanda]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[s3]]></category>

		<guid isPermaLink="false">http://www.crudvision.com/?p=102</guid>
		<description><![CDATA[Recently a friend of mine (Sarah) purchased a dedicated server at a hosting company and moved her data to it. Obviously she was in need of a backup solution. She chose Amanda 2.6.0 and to use S3 as her &#8220;tape&#8221; choice. Seeing how well it worked for her I asked her to show me how [...]]]></description>
			<content:encoded><![CDATA[<p>Recently a friend of mine (<a href="http://www.sarahemm.net">Sarah</a>) purchased a dedicated server at a hosting company and moved her data to it. Obviously she was in need of a backup solution. She chose Amanda 2.6.0 and to use S3 as her &#8220;tape&#8221; choice.</p>
<p>Seeing how well it worked for her I asked her to show me how it worked and now my server is also using Amanda to backup to S3. Recovery works with <a href="http://wiki.zmanda.com/index.php/Amrecover">amrecover</a>.</p>
<p>I have quite a bit of data to back up (4.5GB in /home, for example) and with a home DSL connection it takes a long time. However with a bigger pipe using S3 and Amanda would be extremely viable.</p>
<p>I&#8217;m very happy with the solution and will likely use it across all of my servers from now on.</p>
<p>For my laptop I&#8217;m still using <a href="http://www.jungledisk.com">JungleDisk</a>, which seems to work fine. 2.0 is a very good improvement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crudvision.com/2008/06/28/backing-up-to-amazon-s3-using-amanda/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.289 seconds -->
