<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: S01E15 &#8211; Five Sleepy Heads</title>
	<atom:link href="http://podcast.ubuntu-uk.org/2008/09/25/s01e15-five-sleepy-heads/feed/" rel="self" type="application/rss+xml" />
	<link>http://podcast.ubuntu-uk.org/2008/09/25/s01e15-five-sleepy-heads/</link>
	<description>Ubuntu Linux Podcast from the Ubuntu UK LoCo team</description>
	<lastBuildDate>Sat, 07 Jan 2012 03:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: 5-A-Day on Ubuntu UK&#160;&#124;&#160;Linux-Trickz</title>
		<link>http://podcast.ubuntu-uk.org/2008/09/25/s01e15-five-sleepy-heads/comment-page-1/#comment-271</link>
		<dc:creator>5-A-Day on Ubuntu UK&#160;&#124;&#160;Linux-Trickz</dc:creator>
		<pubDate>Fri, 05 Dec 2008 07:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://podcast.ubuntu-uk.org/?p=152#comment-271</guid>
		<description>[...] most recent episode of the Ubuntu UK Podcast has a segment on 5-A-Day beginning about halfway through. I&#8217;d like [...]</description>
		<content:encoded><![CDATA[<p>[...] most recent episode of the Ubuntu UK Podcast has a segment on 5-A-Day beginning about halfway through. I&#8217;d like [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JordonR</title>
		<link>http://podcast.ubuntu-uk.org/2008/09/25/s01e15-five-sleepy-heads/comment-page-1/#comment-230</link>
		<dc:creator>JordonR</dc:creator>
		<pubDate>Wed, 01 Oct 2008 23:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://podcast.ubuntu-uk.org/?p=152#comment-230</guid>
		<description>Jackolantern is the hollowed out pumpkin.  A Jackalope is a cross between a Jack Rabbit and Antelope, so as you said a rabbit with horns.  Thanks for the podcast, started listening a few episodes ago, really enjoying it.</description>
		<content:encoded><![CDATA[<p>Jackolantern is the hollowed out pumpkin.  A Jackalope is a cross between a Jack Rabbit and Antelope, so as you said a rabbit with horns.  Thanks for the podcast, started listening a few episodes ago, really enjoying it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Validity Of 5-A-Day &#124; jonobacon@home</title>
		<link>http://podcast.ubuntu-uk.org/2008/09/25/s01e15-five-sleepy-heads/comment-page-1/#comment-228</link>
		<dc:creator>The Validity Of 5-A-Day &#124; jonobacon@home</dc:creator>
		<pubDate>Sat, 27 Sep 2008 00:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://podcast.ubuntu-uk.org/?p=152#comment-228</guid>
		<description>[...] my buddies over at the excellent Ubuntu UK Podcast did a segment on 5-A-Day where they were debating the merits of the initiative. I just wanted to [...]</description>
		<content:encoded><![CDATA[<p>[...] my buddies over at the excellent Ubuntu UK Podcast did a segment on 5-A-Day where they were debating the merits of the initiative. I just wanted to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://podcast.ubuntu-uk.org/2008/09/25/s01e15-five-sleepy-heads/comment-page-1/#comment-227</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 25 Sep 2008 20:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://podcast.ubuntu-uk.org/?p=152#comment-227</guid>
		<description>Hello all,

After listening to the discussion spawned by Ciemon&#039;s rSync woes it struck me that you missed a great backup option that might be suitable for those that want off site backup, but don&#039;t run their own VPS / server boxes and don&#039;t want the hassle of learning rSync.

My suggestion : Amazon S3 and Jungledisk.

Pro&#039;s:
- Data can be fully encrypted (using a private key, known only to you, which is done transparently by Jungledisk)
- Mounted drive via Fuse for easy drag and drop.
- Linux / Mac / Windows support for those that want cross platform compatibility.
- Jungledisk can provide a mounted volume on all three platforms that can just be dragged and dropped to.
- Offsite backup 
- Jungledisk has a great easy to use GUI which allows a plethora of options including incremental backups / version tracking.
- Jungledisk also ships with a daemon for those that want easy offsite backup added to a server box (and can just be used as the front end to S3 and the fuse volume can be rSynced to).
- Not free (Jungle disk is $20 and S3 is $0.15 per Gb) but very very inexpensive, even for large amounts of data (I have around 50Gb up on S3 and the cost is around Â£5 per month)

Cons:
- The first backup can take a while depending on the amount of data you are pushing and your upstream bandwidth (rsync diffs to the fuse volume will improve this).
- Not free (but inexpensive)
- Jungledisk is not open source (to my knowledge - although they do provide demo code under the GPL for the S3 interface) for those purists who want to be completely free.

In my opinion this is a great way of providing a easy configurable, secure, multi platform stand alone backup or a simple bolt on to a server box to add off site backup. My backup solution:
- Server box running hardy server on RAID 5 
- all my machines rsync to the server box over ssh tunnel.
- subversion on server box for version control
- server box runs jungledisk to provide a fuse volume, which is rsynced to once a day + a bash script to provide version history on a per file extension basis.

Just my two cents (I promise I don&#039;t work for Jungledisk(!), but I have had nothing but a great experience with the software),

Keep up the good work on the podcast

Best,

Adam

Jungledisk : http://www.jungledisk.com
S3: http://www.amazon.com/s3</description>
		<content:encoded><![CDATA[<p>Hello all,</p>
<p>After listening to the discussion spawned by Ciemon&#8217;s rSync woes it struck me that you missed a great backup option that might be suitable for those that want off site backup, but don&#8217;t run their own VPS / server boxes and don&#8217;t want the hassle of learning rSync.</p>
<p>My suggestion : Amazon S3 and Jungledisk.</p>
<p>Pro&#8217;s:<br />
- Data can be fully encrypted (using a private key, known only to you, which is done transparently by Jungledisk)<br />
- Mounted drive via Fuse for easy drag and drop.<br />
- Linux / Mac / Windows support for those that want cross platform compatibility.<br />
- Jungledisk can provide a mounted volume on all three platforms that can just be dragged and dropped to.<br />
- Offsite backup<br />
- Jungledisk has a great easy to use GUI which allows a plethora of options including incremental backups / version tracking.<br />
- Jungledisk also ships with a daemon for those that want easy offsite backup added to a server box (and can just be used as the front end to S3 and the fuse volume can be rSynced to).<br />
- Not free (Jungle disk is $20 and S3 is $0.15 per Gb) but very very inexpensive, even for large amounts of data (I have around 50Gb up on S3 and the cost is around Â£5 per month)</p>
<p>Cons:<br />
- The first backup can take a while depending on the amount of data you are pushing and your upstream bandwidth (rsync diffs to the fuse volume will improve this).<br />
- Not free (but inexpensive)<br />
- Jungledisk is not open source (to my knowledge &#8211; although they do provide demo code under the GPL for the S3 interface) for those purists who want to be completely free.</p>
<p>In my opinion this is a great way of providing a easy configurable, secure, multi platform stand alone backup or a simple bolt on to a server box to add off site backup. My backup solution:<br />
- Server box running hardy server on RAID 5<br />
- all my machines rsync to the server box over ssh tunnel.<br />
- subversion on server box for version control<br />
- server box runs jungledisk to provide a fuse volume, which is rsynced to once a day + a bash script to provide version history on a per file extension basis.</p>
<p>Just my two cents (I promise I don&#8217;t work for Jungledisk(!), but I have had nothing but a great experience with the software),</p>
<p>Keep up the good work on the podcast</p>
<p>Best,</p>
<p>Adam</p>
<p>Jungledisk : <a href="http://www.jungledisk.com" rel="nofollow">http://www.jungledisk.com</a><br />
S3: <a href="http://www.amazon.com/s3" rel="nofollow">http://www.amazon.com/s3</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

