<?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: Bash Script: Incremental Encrypted Backups with Duplicity (Amazon S3)</title>
	<atom:link href="http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/</link>
	<description>Where I go to remember what I did</description>
	<lastBuildDate>Wed, 01 Feb 2012 21:11:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bmilesp</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-2/#comment-64549</link>
		<dc:creator>bmilesp</dc:creator>
		<pubDate>Wed, 01 Feb 2012 21:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-64549</guid>
		<description>oh, forgot to mention the error message. say i have a file named &quot;fileWith ASpace.png&quot;

i will get an error msg like:

du: cannot access `/root/folder/path/fileWith&#039;: no such file or directory
du: cannot access `ASpace.png&#039;: No such file or directory


it seems to treat the space as a delimiter.

thanks again.</description>
		<content:encoded><![CDATA[<p>oh, forgot to mention the error message. say i have a file named &#8220;fileWith ASpace.png&#8221;</p>
<p>i will get an error msg like:</p>
<p>du: cannot access `/root/folder/path/fileWith&#8217;: no such file or directory<br />
du: cannot access `ASpace.png&#8217;: No such file or directory</p>
<p>it seems to treat the space as a delimiter.</p>
<p>thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bmilesp</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-2/#comment-64545</link>
		<dc:creator>bmilesp</dc:creator>
		<pubDate>Wed, 01 Feb 2012 20:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-64545</guid>
		<description>Hello, 

Great Script, i&#039;ve just used it on Ubuntu 11.10 and everything works fine except that filenames containing spaces are split at the space and treated as separate files! 

Any idea how to fix this?

Thank you very much, again!</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>Great Script, i&#8217;ve just used it on Ubuntu 11.10 and everything works fine except that filenames containing spaces are split at the space and treated as separate files! </p>
<p>Any idea how to fix this?</p>
<p>Thank you very much, again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stratos</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-2/#comment-59188</link>
		<dc:creator>Stratos</dc:creator>
		<pubDate>Wed, 21 Dec 2011 09:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-59188</guid>
		<description>Thank you very much for your script. Is it possible to restore to a specific date?

Great job!
S</description>
		<content:encoded><![CDATA[<p>Thank you very much for your script. Is it possible to restore to a specific date?</p>
<p>Great job!<br />
S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Ruys</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-2/#comment-53003</link>
		<dc:creator>Mark Ruys</dc:creator>
		<pubDate>Tue, 15 Nov 2011 15:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-53003</guid>
		<description>If you want to let the script send mail, and you use SELinux, you need to rewrite:

${MAIL} -s &quot;&quot;&quot;${EMAIL_SUBJECT}&quot;&quot;&quot; $EMAIL_FROM ${EMAIL_TO} &lt; ${LOGFILE}

to:

cat ${LOGFILE} &#124; ${MAIL} -s &quot;&quot;&quot;${EMAIL_SUBJECT}&quot;&quot;&quot; $EMAIL_FROM ${EMAIL_TO}</description>
		<content:encoded><![CDATA[<p>If you want to let the script send mail, and you use SELinux, you need to rewrite:</p>
<p>${MAIL} -s &#8220;&#8221;"${EMAIL_SUBJECT}&#8221;"&#8221; $EMAIL_FROM ${EMAIL_TO} &lt; ${LOGFILE}</p>
<p>to:</p>
<p>cat ${LOGFILE} | ${MAIL} -s &quot;&quot;&quot;${EMAIL_SUBJECT}&quot;&quot;&quot; $EMAIL_FROM ${EMAIL_TO}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damon</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-2/#comment-52244</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Tue, 08 Nov 2011 10:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-52244</guid>
		<description>Hi - am not sure what that could be, actually.  Did you try to &quot;echo&quot; the script&#039;s output to see if the issue is with the command being generated or with s3tools ?</description>
		<content:encoded><![CDATA[<p>Hi &#8211; am not sure what that could be, actually.  Did you try to &#8220;echo&#8221; the script&#8217;s output to see if the issue is with the command being generated or with s3tools ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Back Up a Linux Server to Amazon S3 with Duplicity and AutoMySQLBackup &#124; Steve Jenkins&#039; Blog</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-2/#comment-51975</link>
		<dc:creator>How to Back Up a Linux Server to Amazon S3 with Duplicity and AutoMySQLBackup &#124; Steve Jenkins&#039; Blog</dc:creator>
		<pubDate>Sat, 05 Nov 2011 21:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-51975</guid>
		<description>[...] dt-s3-backup.sh: a slick shell script that ties all these tools together [...]</description>
		<content:encoded><![CDATA[<p>[...] dt-s3-backup.sh: a slick shell script that ties all these tools together [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Jenkins</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-2/#comment-51963</link>
		<dc:creator>Steve Jenkins</dc:creator>
		<pubDate>Sat, 05 Nov 2011 17:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-51963</guid>
		<description>Sorry - and when I say &quot;this same error&quot; I&#039;m referring only to this error:

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    An unexpected error has occurred.
  Please report the following lines to:
   s3tools-bugs@lists.sourceforge.net
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Problem: AttributeError: &#039;S3Error&#039; object has no attribute &#039;Code&#039;
S3cmd:   1.0.0-rc1

Traceback (most recent call last):
  File &quot;/usr/bin/s3cmd&quot;, line 1899, in 
    main()
  File &quot;/usr/bin/s3cmd&quot;, line 1843, in main
    cmd_func(args)
  File &quot;/usr/bin/s3cmd&quot;, line 79, in cmd_du
    subcmd_bucket_usage(s3, uri)
  File &quot;/usr/bin/s3cmd&quot;, line 105, in subcmd_bucket_usage
    if S3.codes.has_key(e.Code):
AttributeError: &#039;S3Error&#039; object has no attribute &#039;Code&#039;

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    An unexpected error has occurred.
    Please report the above lines to:
   s3tools-bugs@lists.sourceforge.net
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Sorry &#8211; and when I say &#8220;this same error&#8221; I&#8217;m referring only to this error:</p>
<p>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
    An unexpected error has occurred.<br />
  Please report the following lines to:<br />
   <a href="mailto:s3tools-bugs@lists.sourceforge.net">s3tools-bugs@lists.sourceforge.net</a><br />
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</p>
<p>Problem: AttributeError: &#8216;S3Error&#8217; object has no attribute &#8216;Code&#8217;<br />
S3cmd:   1.0.0-rc1</p>
<p>Traceback (most recent call last):<br />
  File &#8220;/usr/bin/s3cmd&#8221;, line 1899, in<br />
    main()<br />
  File &#8220;/usr/bin/s3cmd&#8221;, line 1843, in main<br />
    cmd_func(args)<br />
  File &#8220;/usr/bin/s3cmd&#8221;, line 79, in cmd_du<br />
    subcmd_bucket_usage(s3, uri)<br />
  File &#8220;/usr/bin/s3cmd&#8221;, line 105, in subcmd_bucket_usage<br />
    if S3.codes.has_key(e.Code):<br />
AttributeError: &#8216;S3Error&#8217; object has no attribute &#8216;Code&#8217;</p>
<p>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
    An unexpected error has occurred.<br />
    Please report the above lines to:<br />
   <a href="mailto:s3tools-bugs@lists.sourceforge.net">s3tools-bugs@lists.sourceforge.net</a><br />
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Jenkins</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-2/#comment-51962</link>
		<dc:creator>Steve Jenkins</dc:creator>
		<pubDate>Sat, 05 Nov 2011 17:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-51962</guid>
		<description>I&#039;m getting this same error, and I do have python-boto installed:

# rpm -q python-boto
python-boto-1.9b-2.fc12.noarch

The backups seem to work fine, except for this error. Any ideas how to fix?</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting this same error, and I do have python-boto installed:</p>
<p># rpm -q python-boto<br />
python-boto-1.9b-2.fc12.noarch</p>
<p>The backups seem to work fine, except for this error. Any ideas how to fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-2/#comment-43913</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 29 Jul 2011 15:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-43913</guid>
		<description>Hi Dave

I have similar needs, and I decided to just go with s3sync for backing up my photos.  This won&#039;t store then encrypted in s3, but they will be encrypted to/from s3, and you can make the bucket be private.  This will allow anyone except rogue Amazon employees from snooping through your stuff (or intruders that bypass Amazon&#039;s protections).  So, for really sensitive stuff (documents, personal information, etc) I use duplicity, and make a full backup every 2 weeks.  For less sensitive stuff, like photos, I use s3sync to maintain the mirror incrementally.

I don&#039;t know if duplicity would work well if you kept doing incremental backups infinitely.  I suspect that it wouldn&#039;t, especially when it came time to restore from backup, since it would need to play back through all of the incremental backup files.</description>
		<content:encoded><![CDATA[<p>Hi Dave</p>
<p>I have similar needs, and I decided to just go with s3sync for backing up my photos.  This won&#8217;t store then encrypted in s3, but they will be encrypted to/from s3, and you can make the bucket be private.  This will allow anyone except rogue Amazon employees from snooping through your stuff (or intruders that bypass Amazon&#8217;s protections).  So, for really sensitive stuff (documents, personal information, etc) I use duplicity, and make a full backup every 2 weeks.  For less sensitive stuff, like photos, I use s3sync to maintain the mirror incrementally.</p>
<p>I don&#8217;t know if duplicity would work well if you kept doing incremental backups infinitely.  I suspect that it wouldn&#8217;t, especially when it came time to restore from backup, since it would need to play back through all of the incremental backup files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.damontimm.com/bash-script-incremental-encrypted-backups-duplicity-amazon-s3/comment-page-2/#comment-43883</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 29 Jul 2011 09:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=131#comment-43883</guid>
		<description>I was thinking of using this to backup media from my server (pictures and music) which is about 100Gb. I want to just do a single full backup and only incremental backups from then on. Do you think it would be reliable enough to do this?</description>
		<content:encoded><![CDATA[<p>I was thinking of using this to backup media from my server (pictures and music) which is about 100Gb. I want to just do a single full backup and only incremental backups from then on. Do you think it would be reliable enough to do this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

