<?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>Thu, 11 Mar 2010 17:51:02 +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 Damon</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15812</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Thu, 11 Mar 2010 17:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15812</guid>
		<description>There is a &lt;a href=&quot;https://answers.launchpad.net/duplicity/+question/103950&quot; rel=&quot;nofollow&quot;&gt;bug/question reported &lt;/a&gt;on launchpad -- it sounds like a duplicity issue ... hopefully they can fix it for us soon.</description>
		<content:encoded><![CDATA[<p>There is a <a href="https://answers.launchpad.net/duplicity/+question/103950" rel="nofollow">bug/question reported </a>on launchpad &#8212; it sounds like a duplicity issue &#8230; hopefully they can fix it for us soon.</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-15811</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 11 Mar 2010 17:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15811</guid>
		<description>I&#039;m getting the same error. I&#039;m using duplicity 0.6.08a that was released only a few hours ago, including a bugfix from 0.6.08.

Has anyone figured out the problem yet?</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same error. I&#8217;m using duplicity 0.6.08a that was released only a few hours ago, including a bugfix from 0.6.08.</p>
<p>Has anyone figured out the problem yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3) by Patrick</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15793</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 11 Mar 2010 05:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15793</guid>
		<description>My very limited knowledge of python has led me to &lt;a href=&quot;http://74.125.155.132/search?q=cache:itPmNmDdeXMJ:www.willmer.com/kb/2007/12/attributeerror-module-object-has-no-attribute-blah/+AttributeError:+%27module%27+object+has+no+attribute+%27gpg_options%27&amp;cd=1&amp;hl=en&amp;ct=clnk&amp;gl=us&amp;client=safari&quot; rel=&quot;nofollow&quot;&gt;this cached blog entry&lt;/a&gt; (the original was offline), which makes me think that maybe I am missing some python module for gpg.  I do have the python-gnupginterface package installed (on Ubuntu), so I don&#039;t know what else it could be.</description>
		<content:encoded><![CDATA[<p>My very limited knowledge of python has led me to <a href="http://74.125.155.132/search?q=cache:itPmNmDdeXMJ:www.willmer.com/kb/2007/12/attributeerror-module-object-has-no-attribute-blah/+AttributeError:+%27module%27+object+has+no+attribute+%27gpg_options%27&amp;cd=1&amp;hl=en&amp;ct=clnk&amp;gl=us&amp;client=safari" rel="nofollow">this cached blog entry</a> (the original was offline), which makes me think that maybe I am missing some python module for gpg.  I do have the python-gnupginterface package installed (on Ubuntu), so I don&#8217;t know what else it could be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3) by Patrick</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15792</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 11 Mar 2010 04:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15792</guid>
		<description>Here is the command that would be executed: 

&lt;pre class=&quot;brush: bash;&quot;&gt;
/usr/bin/duplicity -v3 --full-if-older-than 14D --encrypt-key=B8C500C9 --sign-key=B8C500C9 --exclude /share/osowski --exclude /share/michalson --include=/share/kaeding --include=/home/jkaeding --include=/home/malvarado --exclude=** / s3+http://mybucket/marshall
&lt;/pre&gt;

Does that look like it should work?  Nothing jumps out at me as being amiss.</description>
		<content:encoded><![CDATA[<p>Here is the command that would be executed: </p>
<pre class="brush: bash;">
/usr/bin/duplicity -v3 --full-if-older-than 14D --encrypt-key=B8C500C9 --sign-key=B8C500C9 --exclude /share/osowski --exclude /share/michalson --include=/share/kaeding --include=/home/jkaeding --include=/home/malvarado --exclude=** / s3+http://mybucket/marshall
</pre>
<p>Does that look like it should work?  Nothing jumps out at me as being amiss.</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-15735</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Mon, 08 Mar 2010 11:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15735</guid>
		<description>Hey there - hmm, not sure about the second error.  I need to install the latest version on a different machine to test it ... because I am still using the 5.x series.  I would like to see if this is a problem with the script or with duplicity itself (as the last one).  

One thing you can test is to go to line 210 and add an &quot;echo&quot; before the backup command then see what is being run in your log file.

&lt;pre class=&quot;brush: python; first-line: 208; highlight: [210]; gutter: true;&quot;&gt;duplicity_backup()
{
  echo ${DUPLICITY} ${OPTION} ${VERBOSITY} ${STATIC_OPTIONS} \
  --encrypt-key=${GPG_KEY} \
  --sign-key=${GPG_KEY} \
  ${EXCLUDE} \
  ${INCLUDE} \
  ${EXCLUDEROOT} \
  ${ROOT} ${DEST} \
  &gt;&gt; ${LOGFILE}
}&lt;/pre&gt;

This will output the full command being run rather than execute it -- you could see if it looks suspicious ...</description>
		<content:encoded><![CDATA[<p>Hey there &#8211; hmm, not sure about the second error.  I need to install the latest version on a different machine to test it &#8230; because I am still using the 5.x series.  I would like to see if this is a problem with the script or with duplicity itself (as the last one).  </p>
<p>One thing you can test is to go to line 210 and add an &#8220;echo&#8221; before the backup command then see what is being run in your log file.</p>
<pre class="brush: python; first-line: 208; highlight: [210]; gutter: true;">duplicity_backup()
{
  echo ${DUPLICITY} ${OPTION} ${VERBOSITY} ${STATIC_OPTIONS} \
  --encrypt-key=${GPG_KEY} \
  --sign-key=${GPG_KEY} \
  ${EXCLUDE} \
  ${INCLUDE} \
  ${EXCLUDEROOT} \
  ${ROOT} ${DEST} \
  >> ${LOGFILE}
}</pre>
<p>This will output the full command being run rather than execute it &#8212; you could see if it looks suspicious &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3) by Patrick</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15730</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 08 Mar 2010 04:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15730</guid>
		<description>Well, I just got the latest duplicity, and now I am having a new problem:

&lt;pre class=&quot;brush: bash;&quot;&gt;
# ./dt-s3-backup.sh --backup
Traceback (most recent call last):
  File &quot;/usr/bin/duplicity&quot;, line 1239, in ?
    with_tempdir(main)
  File &quot;/usr/bin/duplicity&quot;, line 1232, in with_tempdir
    fn()
  File &quot;/usr/bin/duplicity&quot;, line 1205, in main
    full_backup(col_stats)
  File &quot;/usr/bin/duplicity&quot;, line 416, in full_backup
    globals.backend)
  File &quot;/usr/bin/duplicity&quot;, line 294, in write_multivol
    globals.gpg_profile, globals.volsize)
  File &quot;/usr/lib/python2.4/site-packages/duplicity/gpg.py&quot;, line 272, in GPGWriteFile
    file = GPGFile(True, path.Path(filename), profile)
  File &quot;/usr/lib/python2.4/site-packages/duplicity/gpg.py&quot;, line 105, in __init__
    if globals.gpg_options:
AttributeError: &#039;module&#039; object has no attribute &#039;gpg_options&#039;&lt;/pre&gt;

I have set the GPG_KEY variable in your script.

By any chance, would you suggest reverting duplicity back to a version that is known to work with your script?  (Of course, if you have any idea how to solve this problem, and use the latest/greatest version, that would be ideal).

Thanks!</description>
		<content:encoded><![CDATA[<p>Well, I just got the latest duplicity, and now I am having a new problem:</p>
<pre class="brush: bash;">
# ./dt-s3-backup.sh --backup
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1239, in ?
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1232, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1205, in main
    full_backup(col_stats)
  File "/usr/bin/duplicity", line 416, in full_backup
    globals.backend)
  File "/usr/bin/duplicity", line 294, in write_multivol
    globals.gpg_profile, globals.volsize)
  File "/usr/lib/python2.4/site-packages/duplicity/gpg.py", line 272, in GPGWriteFile
    file = GPGFile(True, path.Path(filename), profile)
  File "/usr/lib/python2.4/site-packages/duplicity/gpg.py", line 105, in __init__
    if globals.gpg_options:
AttributeError: 'module' object has no attribute 'gpg_options'</pre>
<p>I have set the GPG_KEY variable in your script.</p>
<p>By any chance, would you suggest reverting duplicity back to a version that is known to work with your script?  (Of course, if you have any idea how to solve this problem, and use the latest/greatest version, that would be ideal).</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3) by Patrick</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15706</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sun, 07 Mar 2010 04:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15706</guid>
		<description>Okay, thanks, I will try to get the new version tomorrow.

Yes, I am using the latest from github, as of earlier today.</description>
		<content:encoded><![CDATA[<p>Okay, thanks, I will try to get the new version tomorrow.</p>
<p>Yes, I am using the latest from github, as of earlier today.</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-15697</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Sat, 06 Mar 2010 22:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15697</guid>
		<description>I just took a quick look on launchpad.net and it appears as if this is a &lt;a href=&quot;https://bugs.launchpad.net/duplicity/+bug/529869&quot; rel=&quot;nofollow&quot;&gt;bug with version 0.6.07&lt;/a&gt; (not the script).  It looks the same to me, anyhow, and they have said a fix is coming (&lt;a href=&quot;https://bugs.launchpad.net/duplicity/+bug/532193/comments/1&quot; rel=&quot;nofollow&quot;&gt;released tomorrow&lt;/a&gt;).

PS - are you using the latest code from github ?  We have some new features there.</description>
		<content:encoded><![CDATA[<p>I just took a quick look on launchpad.net and it appears as if this is a <a href="https://bugs.launchpad.net/duplicity/+bug/529869" rel="nofollow">bug with version 0.6.07</a> (not the script).  It looks the same to me, anyhow, and they have said a fix is coming (<a href="https://bugs.launchpad.net/duplicity/+bug/532193/comments/1" rel="nofollow">released tomorrow</a>).</p>
<p>PS &#8211; are you using the latest code from github ?  We have some new features there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3) by Patrick</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-1/#comment-15694</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sat, 06 Mar 2010 20:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-15694</guid>
		<description>I am also getting this issue.  I am not using the &#039;remove-older-than&#039; cleanup type; I am using &#039;remove-all-but-n-full&#039; (as suggested by the comments). 

Here is the relevant snippet (I&#039;m pretty sure this is how I downloaded it; I don&#039;t think I modified these lines at all):

&lt;pre class=&quot;brush: bash;&quot;&gt;# FULL BACKUP &amp; REMOVE OLDER THAN SETTINGS
# Because duplicity will continue to add to each backup as you go,
# it will eventually create a very large set of files.  Also, incremental
# backups leave room for problems in the chain, so doing a &quot;full&quot;
# backup every so often isn&#039;t not a bad idea.
#
# You can either remove older than a specific time period:
#CLEAN_UP_TYPE=&quot;remove-older-than&quot;
#CLEAN_UP_VARIABLE=&quot;31D&quot;

# Or, If you would rather keep a certain (n) number of full backups (rather
# than removing the files based on their age), you can use what I use:
CLEAN_UP_TYPE=&quot;remove-all-but-n-full&quot;
CLEAN_UP_VARIABLE=&quot;2&quot;&lt;/pre&gt;

Any ideas?</description>
		<content:encoded><![CDATA[<p>I am also getting this issue.  I am not using the &#8216;remove-older-than&#8217; cleanup type; I am using &#8216;remove-all-but-n-full&#8217; (as suggested by the comments). </p>
<p>Here is the relevant snippet (I&#8217;m pretty sure this is how I downloaded it; I don&#8217;t think I modified these lines at all):</p>
<pre class="brush: bash;"># FULL BACKUP &amp; REMOVE OLDER THAN SETTINGS
# Because duplicity will continue to add to each backup as you go,
# it will eventually create a very large set of files.  Also, incremental
# backups leave room for problems in the chain, so doing a "full"
# backup every so often isn't not a bad idea.
#
# You can either remove older than a specific time period:
#CLEAN_UP_TYPE="remove-older-than"
#CLEAN_UP_VARIABLE="31D"

# Or, If you would rather keep a certain (n) number of full backups (rather
# than removing the files based on their age), you can use what I use:
CLEAN_UP_TYPE="remove-all-but-n-full"
CLEAN_UP_VARIABLE="2"</pre>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: Install Netatalk (AFP) on Ubuntu with Encrypted Authentication by The Ultimate Linux Mac Server using Ubuntu &#171; nerdoftherings.net</title>
		<link>http://blog.damontimm.com/how-to-install-netatalk-afp-on-ubuntu-with-encrypted-authentication/comment-page-2/#comment-15621</link>
		<dc:creator>The Ultimate Linux Mac Server using Ubuntu &#171; nerdoftherings.net</dc:creator>
		<pubDate>Wed, 03 Mar 2010 21:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.damontimm.com/blog/how-to-install-netatalk-afp-on-ubuntu-with-encrypted-authentication/#comment-15621</guid>
		<description>[...] are plenty of other howtos on the web that have been created over time some examples are http://blog.damontimm.com/how-to-install-netatalk-afp-on-ubuntu-with-encrypted-authentication/ and http://www.kremalicious.com/2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/ If you [...]</description>
		<content:encoded><![CDATA[<p>[...] are plenty of other howtos on the web that have been created over time some examples are <a href="http://blog.damontimm.com/how-to-install-netatalk-afp-on-ubuntu-with-encrypted-authentication/" rel="nofollow">http://blog.damontimm.com/how-to-install-netatalk-afp-on-ubuntu-with-encrypted-authentication/</a> and <a href="http://www.kremalicious.com/2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/" rel="nofollow">http://www.kremalicious.com/2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/</a> If you [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
