<?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: How-To: Automated Backups to Amazon&#039;s S3 with Duplicity</title>
	<atom:link href="http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-automated-backups-to-amazon-s-s3-with-duplicity</link>
	<description>wasting your precious bandwidth since 1998</description>
	<lastBuildDate>Tue, 03 Jan 2012 03:40:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nate Murray</title>
		<link>http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/#comment-360</link>
		<dc:creator>Nate Murray</dc:creator>
		<pubDate>Tue, 03 Jan 2012 03:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.randys.org//2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity#comment-360</guid>
		<description>This is a great post and really helpful. Thanks for writing it. I&#039;d like to point out that compiling your password into a binary as described above provides basically no security. Try this:

$ gcc gpg-passphrase.c -o gpg-passphrase
$ strings gpg-passphrase
#-&gt; your-gpg-passphrase

If folks are interested in seeing how to securely embed (or at least obfuscate) strings in binaries, I&#039;d recommend checking out the SO post: http://stackoverflow.com/questions/7624635/how-to-embed-strings-inside-code-of-executable . )One of the interesting ideas is to use a tool called `upx` ) or this one: http://stackoverflow.com/questions/1356896/how-to-hide-a-string-in-binary-code (suggests using hashing, etc.)

Hope this helps!</description>
		<content:encoded><![CDATA[<p>This is a great post and really helpful. Thanks for writing it. I&#8217;d like to point out that compiling your password into a binary as described above provides basically no security. Try this:</p>
<p>$ gcc gpg-passphrase.c -o gpg-passphrase<br />
$ strings gpg-passphrase<br />
#-&gt; your-gpg-passphrase</p>
<p>If folks are interested in seeing how to securely embed (or at least obfuscate) strings in binaries, I&#8217;d recommend checking out the SO post: <a href="http://stackoverflow.com/questions/7624635/how-to-embed-strings-inside-code-of-executable" rel="nofollow">http://stackoverflow.com/questions/7624635/how-to-embed-strings-inside-code-of-executable</a> . )One of the interesting ideas is to use a tool called `upx` ) or this one: <a href="http://stackoverflow.com/questions/1356896/how-to-hide-a-string-in-binary-code" rel="nofollow">http://stackoverflow.com/questions/1356896/how-to-hide-a-string-in-binary-code</a> (suggests using hashing, etc.)</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: user GPG key not able to be used by SUDO - Admins Goodies</title>
		<link>http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/#comment-233</link>
		<dc:creator>user GPG key not able to be used by SUDO - Admins Goodies</dc:creator>
		<pubDate>Sun, 21 Aug 2011 04:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.randys.org//2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity#comment-233</guid>
		<description>[...] http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/" rel="nofollow">http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randy</title>
		<link>http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/#comment-176</link>
		<dc:creator>randy</dc:creator>
		<pubDate>Mon, 31 Jan 2011 01:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.randys.org//2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity#comment-176</guid>
		<description>&lt;p&gt;Sorry for the late reply. Yes. If you loose the key, you&#039;re pretty hosed. I suppose you could backup the key itself to another system/service as well. Or, better still, back it up to a CD or flash drive and put it in a safe deposit box.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry for the late reply. Yes. If you loose the key, you&#8217;re pretty hosed. I suppose you could backup the key itself to another system/service as well. Or, better still, back it up to a CD or flash drive and put it in a safe deposit box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Maddox</title>
		<link>http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/#comment-171</link>
		<dc:creator>Pat Maddox</dc:creator>
		<pubDate>Sat, 04 Dec 2010 04:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.randys.org//2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity#comment-171</guid>
		<description>&lt;p&gt;What happens if you lose the key used to encrypt it?  Are you hosed?  I&#039;m doing a couple quick tests here, and if I move my .gnupg directory and try to restore from S3, it says that it can&#039;t find the key needed to decrypt it.&lt;/p&gt;

&lt;p&gt;I want to use this to back up my laptop.  If my laptop gets destroyed or stolen, and I don&#039;t have access to the GPG key I created, then it looks like I&#039;m out of luck, right?&lt;/p&gt;

&lt;p&gt;If I&#039;m going to use this as an actual backup it seems like I need to forego the PGP key and just use a complicated pass-phrase.&lt;/p&gt;

&lt;p&gt;Am I off base?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What happens if you lose the key used to encrypt it?  Are you hosed?  I&#8217;m doing a couple quick tests here, and if I move my .gnupg directory and try to restore from S3, it says that it can&#8217;t find the key needed to decrypt it.</p>
<p>I want to use this to back up my laptop.  If my laptop gets destroyed or stolen, and I don&#8217;t have access to the GPG key I created, then it looks like I&#8217;m out of luck, right?</p>
<p>If I&#8217;m going to use this as an actual backup it seems like I need to forego the PGP key and just use a complicated pass-phrase.</p>
<p>Am I off base?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: user GPG key not able to be used by SUDO Drija</title>
		<link>http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/#comment-168</link>
		<dc:creator>user GPG key not able to be used by SUDO Drija</dc:creator>
		<pubDate>Thu, 18 Nov 2010 16:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.randys.org//2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity#comment-168</guid>
		<description>&lt;p&gt;[...] http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/ [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/" rel="nofollow">http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duplicity and Amazon S3 Script Drija</title>
		<link>http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/#comment-167</link>
		<dc:creator>Duplicity and Amazon S3 Script Drija</dc:creator>
		<pubDate>Mon, 15 Nov 2010 22:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.randys.org//2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity#comment-167</guid>
		<description>&lt;p&gt;[...] found a great resource here that helped me get it setup and am using the basic script that was listed there for me and now [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] found a great resource here that helped me get it setup and am using the basic script that was listed there for me and now [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Security issues related to storing secrets in scripts &#124; Drija</title>
		<link>http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/#comment-166</link>
		<dc:creator>Security issues related to storing secrets in scripts &#124; Drija</dc:creator>
		<pubDate>Tue, 09 Nov 2010 18:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.randys.org//2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity#comment-166</guid>
		<description>&lt;p&gt;[...] to make all this a little less abstract, this is what got me [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] to make all this a little less abstract, this is what got me [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Backups &#171; Jasdeep Gosal</title>
		<link>http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/#comment-153</link>
		<dc:creator>Backups &#171; Jasdeep Gosal</dc:creator>
		<pubDate>Thu, 19 Aug 2010 16:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.randys.org//2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity#comment-153</guid>
		<description>&lt;p&gt;[...] with WordPress &#187;BackupsI set up backups using Amazon S3 and duplicity. I primarily followed this how-to and the comments here. I decided to use this solution instead of Slicehost&#8217;s $5/month [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] with WordPress &raquo;BackupsI set up backups using Amazon S3 and duplicity. I primarily followed this how-to and the comments here. I decided to use this solution instead of Slicehost&#8217;s $5/month [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adoption Curve &#187; Blog Archive &#187; links for 2010-05-07</title>
		<link>http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/#comment-109</link>
		<dc:creator>Adoption Curve &#187; Blog Archive &#187; links for 2010-05-07</dc:creator>
		<pubDate>Sat, 08 May 2010 00:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.randys.org//2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity#comment-109</guid>
		<description>&lt;p&gt;[...] How-To: Automated Backups to Amazon’s S3 with Duplicity &#124; randys.org (tags: backup amazons3 duplicity s3 aws) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] How-To: Automated Backups to Amazon’s S3 with Duplicity | randys.org (tags: backup amazons3 duplicity s3 aws) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gwern</title>
		<link>http://www.randys.org/2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity/#comment-108</link>
		<dc:creator>gwern</dc:creator>
		<pubDate>Tue, 09 Feb 2010 00:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.randys.org//2007/11/16/how-to-automated-backups-to-amazon-s-s3-with-duplicity#comment-108</guid>
		<description>&lt;p&gt;I don&#039;t think there&#039;s any real need to have a full shell script. This is a one-liner: you can concatenate multiple shell variable definitions, and they will scope only over the one line.&lt;/p&gt;

&lt;p&gt;Here&#039;s an example of what I mean:&lt;/p&gt;

&lt;p&gt;[07:27 PM] 332Mb$ BAR=&quot;bar&quot;
[07:27 PM] 332Mb$ FOO=&quot;foo&quot; ls
....
[07:27 PM] 332Mb$ echo $BAR
bar
[07:27 PM] 332Mb$ echo $FOO&lt;/p&gt;

&lt;p&gt;[07:27 PM] 332Mb$&lt;/p&gt;

&lt;p&gt;The $FOO is gone, but $BAR remains. (And nothing stops one from going &#039;FOO=&quot;foo&quot; BAR=&quot;bar&quot;... ls&#039;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think there&#8217;s any real need to have a full shell script. This is a one-liner: you can concatenate multiple shell variable definitions, and they will scope only over the one line.</p>
<p>Here&#8217;s an example of what I mean:</p>
<p>[07:27 PM] 332Mb$ BAR=&#8221;bar&#8221;<br />
[07:27 PM] 332Mb$ FOO=&#8221;foo&#8221; ls<br />
&#8230;.<br />
[07:27 PM] 332Mb$ echo $BAR<br />
bar<br />
[07:27 PM] 332Mb$ echo $FOO</p>
<p>[07:27 PM] 332Mb$</p>
<p>The $FOO is gone, but $BAR remains. (And nothing stops one from going &#8216;FOO=&#8221;foo&#8221; BAR=&#8221;bar&#8221;&#8230; ls&#8217;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

