<?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/"
		>
<channel>
	<title>Comments on: Backing your NAS to Humyo</title>
	<atom:link href="http://patrik.cqure.net/wordpress/2009/09/27/backing-your-nas-to-humyo/feed/" rel="self" type="application/rss+xml" />
	<link>http://patrik.cqure.net/wordpress/2009/09/27/backing-your-nas-to-humyo/</link>
	<description>random thoughts about random things</description>
	<lastBuildDate>Thu, 22 Oct 2009 16:15:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Patrik</title>
		<link>http://patrik.cqure.net/wordpress/2009/09/27/backing-your-nas-to-humyo/comment-page-1/#comment-166</link>
		<dc:creator>Patrik</dc:creator>
		<pubDate>Sat, 03 Oct 2009 16:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://patrik.cqure.net/wordpress/?p=211#comment-166</guid>
		<description>Craig, it&#039;s the bloody editor that keeps converting some characters to their html-entities screwing up stuff. The links should hopefully bring you to the right place now. Let me know if it doesn&#039;t.</description>
		<content:encoded><![CDATA[<p>Craig, it&#8217;s the bloody editor that keeps converting some characters to their html-entities screwing up stuff. The links should hopefully bring you to the right place now. Let me know if it doesn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://patrik.cqure.net/wordpress/2009/09/27/backing-your-nas-to-humyo/comment-page-1/#comment-165</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Sat, 03 Oct 2009 13:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://patrik.cqure.net/wordpress/?p=211#comment-165</guid>
		<description>Hi Patrik,

Excellent article, however I seem to be having an issue importing the SSL certificate, the command I am having trouble with is (as I can see it):

wget -O - &quot;https://support.comodo.com/index.php?_m=downloads&amp;_a=downloadfile&amp;amp

Can you offer any advice on this?</description>
		<content:encoded><![CDATA[<p>Hi Patrik,</p>
<p>Excellent article, however I seem to be having an issue importing the SSL certificate, the command I am having trouble with is (as I can see it):</p>
<p>wget -O &#8211; &#8220;https://support.comodo.com/index.php?_m=downloads&amp;_a=downloadfile&amp;amp</p>
<p>Can you offer any advice on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrik</title>
		<link>http://patrik.cqure.net/wordpress/2009/09/27/backing-your-nas-to-humyo/comment-page-1/#comment-172</link>
		<dc:creator>Patrik</dc:creator>
		<pubDate>Mon, 28 Sep 2009 12:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://patrik.cqure.net/wordpress/?p=211#comment-172</guid>
		<description>I really recommend you to give it a try. I&#039;m using rsync to backup my photo collection to Humyo. There were some glitches forcing me to tune the options of rsync to avoid syncing data which was already on the server. I think it could have had something to do with permissions and ownerships of the files. My final rsync command was:
rsync -qavu --no-p /home/storage/pictures /mnt/humyo

I had a look at s3 as well but I ended up with this solution in the end. Both JungleDisk http://www.jungledisk.com and s3sync http://www.s3rsync.com allow you to backup you files to s3 storage.</description>
		<content:encoded><![CDATA[<p>I really recommend you to give it a try. I&#8217;m using rsync to backup my photo collection to Humyo. There were some glitches forcing me to tune the options of rsync to avoid syncing data which was already on the server. I think it could have had something to do with permissions and ownerships of the files. My final rsync command was:<br />
rsync -qavu &#8211;no-p /home/storage/pictures /mnt/humyo</p>
<p>I had a look at s3 as well but I ended up with this solution in the end. Both JungleDisk <a href="http://www.jungledisk.com" rel="nofollow">http://www.jungledisk.com</a> and s3sync <a href="http://www.s3rsync.com" rel="nofollow">http://www.s3rsync.com</a> allow you to backup you files to s3 storage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrik</title>
		<link>http://patrik.cqure.net/wordpress/2009/09/27/backing-your-nas-to-humyo/comment-page-1/#comment-171</link>
		<dc:creator>Patrik</dc:creator>
		<pubDate>Mon, 28 Sep 2009 12:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://patrik.cqure.net/wordpress/?p=211#comment-171</guid>
		<description>Thanks for providing a great service! Regarding the use_expect100 value this is what it says in the man pages:

       use_expect100
              To  avoid   uploading  big  files  that  will  be refused by the
              server, mount.davfs uses the header expect: 100-continue to  get
              the  o.k.   from  the  server  before uploading. Not all servers
              understand this.  0 = no, 1 = yes.
              Default: 0

So, in recent versions this value should already be set to zero.</description>
		<content:encoded><![CDATA[<p>Thanks for providing a great service! Regarding the use_expect100 value this is what it says in the man pages:</p>
<p>       use_expect100<br />
              To  avoid   uploading  big  files  that  will  be refused by the<br />
              server, mount.davfs uses the header expect: 100-continue to  get<br />
              the  o.k.   from  the  server  before uploading. Not all servers<br />
              understand this.  0 = no, 1 = yes.<br />
              Default: 0</p>
<p>So, in recent versions this value should already be set to zero.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://patrik.cqure.net/wordpress/2009/09/27/backing-your-nas-to-humyo/comment-page-1/#comment-170</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 28 Sep 2009 09:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://patrik.cqure.net/wordpress/?p=211#comment-170</guid>
		<description>Great writeup, I might actually try to do this to back up my photos from Bubba to an online server.

I&#039;d love to be able to hook Bubba up directly to Amazon s3 though. Having said that their costs start to stack up with lots of data.</description>
		<content:encoded><![CDATA[<p>Great writeup, I might actually try to do this to back up my photos from Bubba to an online server.</p>
<p>I&#8217;d love to be able to hook Bubba up directly to Amazon s3 though. Having said that their costs start to stack up with lots of data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Humyo</title>
		<link>http://patrik.cqure.net/wordpress/2009/09/27/backing-your-nas-to-humyo/comment-page-1/#comment-169</link>
		<dc:creator>Humyo</dc:creator>
		<pubDate>Mon, 28 Sep 2009 09:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://patrik.cqure.net/wordpress/?p=211#comment-169</guid>
		<description>Thank you Patrik for posting such a helpful tutorial about mounting humyo under linux with WebDAV.

A little extra note about your DavFS2 config ideally you should also override the default value for &quot;use_expect100&quot; to zero.

As we have found this helps Debian and Ubuntu connect to our WebDAV service.</description>
		<content:encoded><![CDATA[<p>Thank you Patrik for posting such a helpful tutorial about mounting humyo under linux with WebDAV.</p>
<p>A little extra note about your DavFS2 config ideally you should also override the default value for &#8220;use_expect100&#8243; to zero.</p>
<p>As we have found this helps Debian and Ubuntu connect to our WebDAV service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention patrik.cqure.net » Blog Archive » Backing your NAS to Humyo -- Topsy.com</title>
		<link>http://patrik.cqure.net/wordpress/2009/09/27/backing-your-nas-to-humyo/comment-page-1/#comment-168</link>
		<dc:creator>Tweets that mention patrik.cqure.net » Blog Archive » Backing your NAS to Humyo -- Topsy.com</dc:creator>
		<pubDate>Mon, 28 Sep 2009 09:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://patrik.cqure.net/wordpress/?p=211#comment-168</guid>
		<description>[...] This post was mentioned on Twitter by Humyo and Humyo. Humyo said: humyo user Patrik Karlsson has written a great tutorial about mounting humyo with DavFS2 #Linux #ubuntu #backup - http://bit.ly/4usqFD [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Humyo and Humyo. Humyo said: humyo user Patrik Karlsson has written a great tutorial about mounting humyo with DavFS2 #Linux #ubuntu #backup &#8211; <a href="http://bit.ly/4usqFD" rel="nofollow">http://bit.ly/4usqFD</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

