<?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: Automatic Amazon s3 Backups on Ubuntu / Debian</title>
	<atom:link href="http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/</link>
	<description>Better Looking Blogs Grow Faster</description>
	<lastBuildDate>Sat, 11 Feb 2012 20:09:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tommy</title>
		<link>http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-32814</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Mon, 17 Oct 2011 00:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-32814</guid>
		<description>I&#039;m using s3cmd and not duplicity so I have no idea how that works, but this is how I am protecting my bucket files. Maybe it helps someone.

I made an iam user with the policy to only be able to put files wich make them not being able to list or delete any files. They can however replace files with the same name, so I tar the files with a filename that is partly random. Not perfect, but should be enough to protect them.

I&#039;m only copying the webfiles, databases and scripts for setting up the server and configure the services, crontabs, etc. Since it&#039;s only one file, it&#039;s only one put and about 25MB storage every day for me. I don&#039;t automatically delete any backups.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using s3cmd and not duplicity so I have no idea how that works, but this is how I am protecting my bucket files. Maybe it helps someone.</p>
<p>I made an iam user with the policy to only be able to put files wich make them not being able to list or delete any files. They can however replace files with the same name, so I tar the files with a filename that is partly random. Not perfect, but should be enough to protect them.</p>
<p>I&#8217;m only copying the webfiles, databases and scripts for setting up the server and configure the services, crontabs, etc. Since it&#8217;s only one file, it&#8217;s only one put and about 25MB storage every day for me. I don&#8217;t automatically delete any backups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea @ Amor en linea</title>
		<link>http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-30612</link>
		<dc:creator>Andrea @ Amor en linea</dc:creator>
		<pubDate>Tue, 12 Jul 2011 11:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-30612</guid>
		<description>Thank you very much by the tutorial, the truth is that automate this type of processes is a big help</description>
		<content:encoded><![CDATA[<p>Thank you very much by the tutorial, the truth is that automate this type of processes is a big help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-29628</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Wed, 15 Jun 2011 04:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-29628</guid>
		<description>&quot;If someone gets into your server account, this isn’t going to help you, you’re only protected against hardware failures.&quot;

I too am also wondering about that. Looking at S3 stuff the upload/delete options are in the same security setting... &gt;:

Wonder if its possible to SCP to another sever, and have that user only have upload only ability.</description>
		<content:encoded><![CDATA[<p>&#8220;If someone gets into your server account, this isn’t going to help you, you’re only protected against hardware failures.&#8221;</p>
<p>I too am also wondering about that. Looking at S3 stuff the upload/delete options are in the same security setting&#8230; &gt;:</p>
<p>Wonder if its possible to SCP to another sever, and have that user only have upload only ability.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio</title>
		<link>http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-24911</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Fri, 28 Jan 2011 16:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-24911</guid>
		<description>Nice informations, I&#039;ll try as soon as possible!

Thanks.</description>
		<content:encoded><![CDATA[<p>Nice informations, I&#8217;ll try as soon as possible!</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Beckwith</title>
		<link>http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-24839</link>
		<dc:creator>Christopher Beckwith</dc:creator>
		<pubDate>Wed, 26 Jan 2011 15:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-24839</guid>
		<description>Good Day,

Thank you very much for taking the diligence in crafting a modern backup solution.

On my a Mac it appears the GNUPG library is not installed by default so users should download and install that first, or build the key on the server (as I did).

Also, though not noted in the instructions to run the duplicity script you need python-boto installed. The two commands to install that are here: http://goo.gl/9NmDC

I have a few questions regarding your instructions.

1. When generating a key, the system creates a folder called &quot;.gnupg&quot; with several files. Which file is a the private key and which file is the public key? To note, as of this writing DSA is no longer the default &quot;RSA and RSA&quot; is now the default option which I choose along with 4096 key size.

2. In your example script you mention adding the user values for the first three lines. Do we redudantly add those same values next to export = in the last three lines as well?

3. For &quot;s3+http://BUCKETNAME&quot; what format do we use for custom domains since Amazon now supports custom domains. Would it be &quot;s3+http://backup.example.com&quot; or in the format of &quot;s3+http://backup.example.com.s3.amazonaws.com&quot;? Or does this script not currently support custom domains?

4. For what would the structure be for the directory we want to backup. For example if I&#039; logged in as user chris and want to backup the contents of a folder called &quot;test&quot; in my home directory would I use: &quot;/home/chris/test/&quot;?

Those are my current questions as I currently get and error when running the script but believe its do to a home directory or more likely the bucketname format in correct. Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Good Day,</p>
<p>Thank you very much for taking the diligence in crafting a modern backup solution.</p>
<p>On my a Mac it appears the GNUPG library is not installed by default so users should download and install that first, or build the key on the server (as I did).</p>
<p>Also, though not noted in the instructions to run the duplicity script you need python-boto installed. The two commands to install that are here: <a href="http://goo.gl/9NmDC" rel="nofollow">http://goo.gl/9NmDC</a></p>
<p>I have a few questions regarding your instructions.</p>
<p>1. When generating a key, the system creates a folder called &#8220;.gnupg&#8221; with several files. Which file is a the private key and which file is the public key? To note, as of this writing DSA is no longer the default &#8220;RSA and RSA&#8221; is now the default option which I choose along with 4096 key size.</p>
<p>2. In your example script you mention adding the user values for the first three lines. Do we redudantly add those same values next to export = in the last three lines as well?</p>
<p>3. For &#8220;s3+<a href="http://BUCKETNAME" rel="nofollow">http://BUCKETNAME</a>&#8221; what format do we use for custom domains since Amazon now supports custom domains. Would it be &#8220;s3+<a href="http://backup.example.com" rel="nofollow">http://backup.example.com</a>&#8221; or in the format of &#8220;s3+<a href="http://backup.example.com.s3.amazonaws.com" rel="nofollow">http://backup.example.com.s3.amazonaws.com</a>&#8220;? Or does this script not currently support custom domains?</p>
<p>4. For what would the structure be for the directory we want to backup. For example if I&#8217; logged in as user chris and want to backup the contents of a folder called &#8220;test&#8221; in my home directory would I use: &#8220;/home/chris/test/&#8221;?</p>
<p>Those are my current questions as I currently get and error when running the script but believe its do to a home directory or more likely the bucketname format in correct. Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garsoniere Regim Hotelier</title>
		<link>http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-22589</link>
		<dc:creator>Garsoniere Regim Hotelier</dc:creator>
		<pubDate>Tue, 26 Oct 2010 07:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-22589</guid>
		<description>Thanks for recommending the method !

The timing of the post has become quite ironic. 2 days after I published it, all hell breaks loose on my server and it’s been down most of the past 2 days. I’d have lost my sanity by now if I didn’t know I had those backups…
&lt;a href=&quot;http://www.cazare-bucuresti.com&quot; rel=&quot;nofollow&quot;&gt;Hoteluri Bucuresti&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for recommending the method !</p>
<p>The timing of the post has become quite ironic. 2 days after I published it, all hell breaks loose on my server and it’s been down most of the past 2 days. I’d have lost my sanity by now if I didn’t know I had those backups…<br />
<a href="http://www.cazare-bucuresti.com" rel="nofollow">Hoteluri Bucuresti</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alyza Tuazon</title>
		<link>http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-22245</link>
		<dc:creator>Alyza Tuazon</dc:creator>
		<pubDate>Wed, 13 Oct 2010 07:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-22245</guid>
		<description>All the procedures or steps that were given are well explained and discussed. Users will be able to use this effectively.</description>
		<content:encoded><![CDATA[<p>All the procedures or steps that were given are well explained and discussed. Users will be able to use this effectively.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-21867</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Thu, 07 Oct 2010 13:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-21867</guid>
		<description>excellent guide Michael! 

i read it yesterday when i was searching for backup ideas for my site that is hosted on Amazon EC2 instance. Although I create EBS backups but don&#039;t think I can do that daily and keep versions for 6 months - that will become too costly as every time it will create a snapshot of 15GB. And there does not seem to be a way to selectively restore individual files (i may be ignorant here)

so i tried the script, tested it using smaller backups initially without encryption, and later with encryptions. i must say that i did not know about how to create backups till one day earlier and now i&#039;m up and running with a solid backup for my server just in a day&#039;s time, thanks for your detailed instructions.

And by the way, i tested exporting and importing keys, and i&#039;m able to restore my backups on different systems, too. sometimes gpg requires signing of the key after import (gpg --sign-key user-id). if it still does not work after signing, increase the trust level to 5 (gpg --edit-key and then command&gt; trust).</description>
		<content:encoded><![CDATA[<p>excellent guide Michael! </p>
<p>i read it yesterday when i was searching for backup ideas for my site that is hosted on Amazon EC2 instance. Although I create EBS backups but don&#8217;t think I can do that daily and keep versions for 6 months &#8211; that will become too costly as every time it will create a snapshot of 15GB. And there does not seem to be a way to selectively restore individual files (i may be ignorant here)</p>
<p>so i tried the script, tested it using smaller backups initially without encryption, and later with encryptions. i must say that i did not know about how to create backups till one day earlier and now i&#8217;m up and running with a solid backup for my server just in a day&#8217;s time, thanks for your detailed instructions.</p>
<p>And by the way, i tested exporting and importing keys, and i&#8217;m able to restore my backups on different systems, too. sometimes gpg requires signing of the key after import (gpg &#8211;sign-key user-id). if it still does not work after signing, increase the trust level to 5 (gpg &#8211;edit-key and then command&gt; trust).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franky Imboltorio</title>
		<link>http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-21789</link>
		<dc:creator>Franky Imboltorio</dc:creator>
		<pubDate>Tue, 05 Oct 2010 05:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-21789</guid>
		<description>Good thing the overview was well defined and stated. This can be very helpful for the users because they will have a back up.</description>
		<content:encoded><![CDATA[<p>Good thing the overview was well defined and stated. This can be very helpful for the users because they will have a back up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-21649</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 28 Sep 2010 07:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-21649</guid>
		<description>Restoring is working OK for me, but only when I restore from the same system.
(yes, I transfered the public and private keys over)
when I try to restore I get this error &quot;No files found in archive - nothing restored.&quot;
I also notice that duplicity created another set of files inside the bucket.
it appears to have created a new container for the new computer that is empty.
How do I force it to access the Ubuntu data?</description>
		<content:encoded><![CDATA[<p>Restoring is working OK for me, but only when I restore from the same system.<br />
(yes, I transfered the public and private keys over)<br />
when I try to restore I get this error &#8220;No files found in archive &#8211; nothing restored.&#8221;<br />
I also notice that duplicity created another set of files inside the bucket.<br />
it appears to have created a new container for the new computer that is empty.<br />
How do I force it to access the Ubuntu data?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

