<?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>tOMPSON's blog &#187; amazon</title>
	<atom:link href="http://dertompson.com/tag/amazon/feed/" rel="self" type="application/rss+xml" />
	<link>http://dertompson.com</link>
	<description>some personal, more technical - by Thomas Einwaller</description>
	<lastBuildDate>Mon, 28 Jun 2010 10:24:35 +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>Jungledisk and WebDAV</title>
		<link>http://dertompson.com/2009/04/29/jungledisk-and-webdav/</link>
		<comments>http://dertompson.com/2009/04/29/jungledisk-and-webdav/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 05:41:24 +0000</pubDate>
		<dc:creator>tompson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[jungledisk]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://dertompson.com/?p=739</guid>
		<description><![CDATA[I wrote about the troubles I had to mount the Amazon storage on my virtual server from Hosteurope. Yesterday I stumbled over the twitter account of Jungledisk and I asked them for help. The gave me the tip to use WebDAV for uploading to my storage. So today I gave it a try and installed [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote about <a href="http://dertompson.com/2009/04/27/jungledisk-and-hosteurope-vserver/">the troubles I had to mount the Amazon storage on my virtual server from Hosteurope</a>. Yesterday I stumbled over <a href="http://twitter.com/jungledisk">the twitter account of Jungledisk</a> and I asked them for help. The gave me the tip to use WebDAV for uploading to my storage. So today I gave it a try and installed <a href="http://www.webdav.org/cadaver/">cadaver</a>, a very good command line WebDAV utility.</p>
<p>Jungledisk runs a WebDAV server under http://localhost:2667/ &#8211; so I was able to connect to that with <a href="http://links.sourceforge.net/">links</a> and cadaver after starting jungledisk. All I had to do now was to include cadaver in my backup scripts, therefore I wrote a small help script webdavupload.sh:</p>
<p><code>#!/bin/bash<br />
cadaver http://localhost:2667/ &lt;&lt;EOF<br />
put $1<br />
quit<br />
EOF</code></p>
<p>Everything I had to do now was to add the line</p>
<p><code>webdavupload.sh mybackupfile.tgz</code></p>
<p>in my backup scripts to upload the file to my online storage.</p>
]]></content:encoded>
			<wfw:commentRss>http://dertompson.com/2009/04/29/jungledisk-and-webdav/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jungledisk and Hosteurope vserver</title>
		<link>http://dertompson.com/2009/04/27/jungledisk-and-hosteurope-vserver/</link>
		<comments>http://dertompson.com/2009/04/27/jungledisk-and-hosteurope-vserver/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 20:12:34 +0000</pubDate>
		<dc:creator>tompson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[jungledisk]]></category>
		<category><![CDATA[kernel]]></category>

		<guid isPermaLink="false">http://dertompson.com/?p=729</guid>
		<description><![CDATA[I am using jungledisk for about half a year now to backup my Ubuntu home server online (photos, mp3, &#8230;). Today I tried to configure the virtual server this blog is running on to backup my blog with jungledisk &#8211; but I had no luck. Jungledisk uses fuse to mount the web service storage and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-731" title="logo_phpbb" src="http://dertompson.com/wp-content/uploads/2009/04/logo_phpbb.gif" alt="logo_phpbb" width="152" height="153" />I am using <a href="http://jungledisk.com/">jungledisk</a> for about half a year now to backup my Ubuntu home server online (photos, mp3, &#8230;). Today I tried to configure the virtual server this blog is running on to backup my blog with jungledisk &#8211; but I had no luck.</p>
<p>Jungledisk uses <a href="http://fuse.sourceforge.net/">fuse</a> to mount the web service storage and it seems that I am not able to load the fuse module on my virtual server. I installed fuse-utils via aptitude but every time I tried to run jungledisk I got the error message:</p>
<p><code>fusermount: failed to open /dev/fuse: Permission denied</code></p>
<p>If I try to load the fuse module by running modprobe fuse I get the error<br />
<code><br />
FATAL: Could not load /lib/modules/2.6.9-023stab048.6-enterprise/modules.dep: No such file or directory</code></p>
<p>Seems like the kernel on my server was compiled by Hosteurope without being able to load modules. I am doing a manual backup now and will have a look into that in some days again.</p>
<p>UPDATE: I sent an email to the support of Hosteurope and their short answer was: It is not possible to use FUSE on their systems <img src='http://dertompson.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://dertompson.com/2009/04/27/jungledisk-and-hosteurope-vserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
