<?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 for damontimm.com</title>
	<atom:link href="http://blog.damontimm.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.damontimm.com</link>
	<description>Where I go to remember what I did</description>
	<lastBuildDate>Wed, 17 Mar 2010 19:01:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3) by Alex</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15944</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 17 Mar 2010 19:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15944</guid>
		<description>Damon,

It works fine without --s3-use-new-style flag.</description>
		<content:encoded><![CDATA[<p>Damon,</p>
<p>It works fine without &#8211;s3-use-new-style flag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3) by Damon</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15937</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Wed, 17 Mar 2010 13:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15937</guid>
		<description>To be honest, I am not really sure.  I don&#039;t use the &lt;code&gt;--s3-use-new-style&lt;/code&gt; flag and I am only running version 0.9d of python-boto ... I would post the question to the duplicity mailing list ... Good luck!</description>
		<content:encoded><![CDATA[<p>To be honest, I am not really sure.  I don&#8217;t use the <code>--s3-use-new-style</code> flag and I am only running version 0.9d of python-boto &#8230; I would post the question to the duplicity mailing list &#8230; Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3) by Alex</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15935</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 17 Mar 2010 10:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15935</guid>
		<description>Thanks Damon, I am in Europe (UK) and I have python-boto 1.0a (1.el5 release) version. Unfortunately, I could not find a newer version via yum. Do you think I need to find a more later RPM and install it? (Boto has 1.9b)</description>
		<content:encoded><![CDATA[<p>Thanks Damon, I am in Europe (UK) and I have python-boto 1.0a (1.el5 release) version. Unfortunately, I could not find a newer version via yum. Do you think I need to find a more later RPM and install it? (Boto has 1.9b)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3) by Damon</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15924</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Wed, 17 Mar 2010 01:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15924</guid>
		<description>Well, if you are not in Europe you can remove the &lt;code&gt;--s3-use-new-style&lt;/code&gt; from the &lt;code&gt;STATIC_OPTIONS&lt;/code&gt; configuration ... otherwise, sounds like you need to upgrade your py-boto packages.</description>
		<content:encoded><![CDATA[<p>Well, if you are not in Europe you can remove the <code>--s3-use-new-style</code> from the <code>STATIC_OPTIONS</code> configuration &#8230; otherwise, sounds like you need to upgrade your py-boto packages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3) by Alex</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15921</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 16 Mar 2010 23:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15921</guid>
		<description>Hi,

Tried to use your script and have got the following error:

./dt-s3-backup.sh --full

Use of new-style (subdomain) S3 bucket addressing wasrequested, but does not seem to be supported by the boto library. Either you need to upgrade your boto library or duplicity has failed to correctly detect the appropriate support.

I have the last duplicity a boto library available for CentOS via yum. Any idea what the problem might be please?

I tried to create a small script myself and it did work so now I am trying to figure out what I did wrong with this script...

Regards
Alex</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Tried to use your script and have got the following error:</p>
<p>./dt-s3-backup.sh &#8211;full</p>
<p>Use of new-style (subdomain) S3 bucket addressing wasrequested, but does not seem to be supported by the boto library. Either you need to upgrade your boto library or duplicity has failed to correctly detect the appropriate support.</p>
<p>I have the last duplicity a boto library available for CentOS via yum. Any idea what the problem might be please?</p>
<p>I tried to create a small script myself and it did work so now I am trying to figure out what I did wrong with this script&#8230;</p>
<p>Regards<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3) by Kevin</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15861</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sat, 13 Mar 2010 22:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15861</guid>
		<description>In case anyone runs across the same issue, it appears the offending directory is /home/virtfs. If you are running a WHM/CPanel setup and want to use duplicity to backup your server, then you&#039;ll want to exclude /home/virtfs from your backups.</description>
		<content:encoded><![CDATA[<p>In case anyone runs across the same issue, it appears the offending directory is /home/virtfs. If you are running a WHM/CPanel setup and want to use duplicity to backup your server, then you&#8217;ll want to exclude /home/virtfs from your backups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3) by Damon</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15859</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Sat, 13 Mar 2010 19:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15859</guid>
		<description>Duplicity&#039;s most basic command line structure is:

&lt;ul class=&quot;terminal&quot;&gt;&lt;li&gt;&lt;code&gt;duplicity src dest&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;

In our case, &lt;code&gt;ROOT&lt;/code&gt; is our &lt;code&gt;src&lt;/code&gt; ... you do not have to have an include or an exclude list (those are optional) but you do need a src and a dest ... (at least, as far as I know).</description>
		<content:encoded><![CDATA[<p>Duplicity&#8217;s most basic command line structure is:</p>
<ul class="terminal">
<li><code>duplicity src dest</code></li>
</ul>
<p>In our case, <code>ROOT</code> is our <code>src</code> &#8230; you do not have to have an include or an exclude list (those are optional) but you do need a src and a dest &#8230; (at least, as far as I know).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3) by Kevin</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15858</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sat, 13 Mar 2010 18:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15858</guid>
		<description>If INCLIST requires full paths, then what&#039;s the point of the ROOT parameter?</description>
		<content:encoded><![CDATA[<p>If INCLIST requires full paths, then what&#8217;s the point of the ROOT parameter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3) by Damon</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15854</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Sat, 13 Mar 2010 15:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15854</guid>
		<description>I added an option to the latest version of the script to allow you to easily output the command without having to modify the source ...</description>
		<content:encoded><![CDATA[<p>I added an option to the latest version of the script to allow you to easily output the command without having to modify the source &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3) by Damon</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15838</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Fri, 12 Mar 2010 18:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15838</guid>
		<description>Sure is - check out &lt;a href=&quot;http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15735&quot; rel=&quot;nofollow&quot;&gt;this comment&lt;/a&gt; for how to do it.</description>
		<content:encoded><![CDATA[<p>Sure is &#8211; check out <a href="http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15735" rel="nofollow">this comment</a> for how to do it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
