<?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 incremental daily backups to Amazon S3 using Duplicity</title>
	<atom:link href="http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/</link>
	<description>What you looking at?</description>
	<lastBuildDate>Tue, 10 Jan 2012 00:26:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bookmarks for October 21st &#8211; LostFocus</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-50904</link>
		<dc:creator>Bookmarks for October 21st &#8211; LostFocus</dc:creator>
		<pubDate>Fri, 21 Oct 2011 10:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-50904</guid>
		<description>[...] How-To: Automated incremental daily backups to Amazon S3 using Duplicity &#124; cenolan.com [...]</description>
		<content:encoded><![CDATA[<p>[...] How-To: Automated incremental daily backups to Amazon S3 using Duplicity | cenolan.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: user GPG key not able to be used by SUDO - Admins Goodies</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-44803</link>
		<dc:creator>user GPG key not able to be used by SUDO - Admins Goodies</dc:creator>
		<pubDate>Sun, 21 Aug 2011 04:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-44803</guid>
		<description>[...] Not really important but the script is modeled off a combination of these three sites: http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Not really important but the script is modeled off a combination of these three sites: <a href="http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/" rel="nofollow">http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mzweep</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-25592</link>
		<dc:creator>mzweep</dc:creator>
		<pubDate>Sat, 19 Feb 2011 10:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-25592</guid>
		<description>Very usefull script and tutorial.

I refer to it a lot in a page I just write : http://wiki.qnap.com/wiki/How_To_Install_Duplicity_On_QNAP_NAS
Please keep it online as long as possible !

Warning for everyone : duplicity always use ~/.cache even when you use &quot;--tempdir&quot; option to specify another temp directory.
Next warning : you must have gpg command, not gpg2... just do a symlink between gpg-&gt;gpgp2 if needed. 

For those who want to use duplicity as root, copy your ~/.gnupg to /root/.gnupg ...</description>
		<content:encoded><![CDATA[<p>Very usefull script and tutorial.</p>
<p>I refer to it a lot in a page I just write : <a href="http://wiki.qnap.com/wiki/How_To_Install_Duplicity_On_QNAP_NAS" rel="nofollow">http://wiki.qnap.com/wiki/How_To_Install_Duplicity_On_QNAP_NAS</a><br />
Please keep it online as long as possible !</p>
<p>Warning for everyone : duplicity always use ~/.cache even when you use "--tempdir" option to specify another temp directory.<br />
Next warning : you must have gpg command, not gpg2... just do a symlink between gpg-&gt;gpgp2 if needed. </p>
<p>For those who want to use duplicity as root, copy your ~/.gnupg to /root/.gnupg ...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Olsen</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-20289</link>
		<dc:creator>Nathan Olsen</dc:creator>
		<pubDate>Sat, 01 Jan 2011 19:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-20289</guid>
		<description>Since I also got stuck on this step, I thought I&#039;d follow up on Dave Abrahams note regarding sudo and $HOME.

The instructions on this page will create a gpg key for root, so restoring files will require accessing root&#039;s gpg keyring. If you plan to use sudo to manually restore files, the duplicity-restore script needs to be run using:

sudo -H duplicity-restore   

Thanks for the great tutorial and scripts!</description>
		<content:encoded><![CDATA[<p>Since I also got stuck on this step, I thought I'd follow up on Dave Abrahams note regarding sudo and $HOME.</p>
<p>The instructions on this page will create a gpg key for root, so restoring files will require accessing root's gpg keyring. If you plan to use sudo to manually restore files, the duplicity-restore script needs to be run using:</p>
<p>sudo -H duplicity-restore   </p>
<p>Thanks for the great tutorial and scripts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: user GPG key not able to be used by SUDO Drija</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-16291</link>
		<dc:creator>user GPG key not able to be used by SUDO Drija</dc:creator>
		<pubDate>Thu, 18 Nov 2010 16:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-16291</guid>
		<description>[...] Not really important but the script is modeled off a combination of these three sites: http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Not really important but the script is modeled off a combination of these three sites: <a href="http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/" rel="nofollow">http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How-To: Automated incremental daily backups to Amazon S3 using Duplicity &#8250; ec2base</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-4303</link>
		<dc:creator>How-To: Automated incremental daily backups to Amazon S3 using Duplicity &#8250; ec2base</dc:creator>
		<pubDate>Mon, 14 Dec 2009 07:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-4303</guid>
		<description>[...] http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/#more-54 [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/#more-54" rel="nofollow">http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/#more-54</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kearney</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-3064</link>
		<dc:creator>Kearney</dc:creator>
		<pubDate>Mon, 05 Oct 2009 15:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-3064</guid>
		<description>Sam,

Duplicity uses rsync, which contains incremental changes. Those files won&#039;t be deleted because, even though the backup maybe older than 7 days, there are backups which are incrementals and younger than 7 days. 

So, after 2 weeks have passed, those files will be deleted, since the full backup and the incremental backups are now 14 days old, and there exists a full backup newer than the full and incremental backups.</description>
		<content:encoded><![CDATA[<p>Sam,</p>
<p>Duplicity uses rsync, which contains incremental changes. Those files won't be deleted because, even though the backup maybe older than 7 days, there are backups which are incrementals and younger than 7 days. </p>
<p>So, after 2 weeks have passed, those files will be deleted, since the full backup and the incremental backups are now 14 days old, and there exists a full backup newer than the full and incremental backups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam S</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-2334</link>
		<dc:creator>Sam S</dc:creator>
		<pubDate>Sat, 01 Aug 2009 15:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-2334</guid>
		<description>Nice script ... i was wondering if you could help me troubleshoot my issue. I keep getting the following message.

&quot;Which can&#039;t be deleted because newer sets depend on them&quot;

My variables are:

OLDER_THAN=&quot;14D&quot;
FULL=&quot;7D&quot;

What I&#039;ve been doing is logging into S3 using the S3 plugin for Firefox and deleting the old sets that way. Any idea as to why it keeps failing?</description>
		<content:encoded><![CDATA[<p>Nice script ... i was wondering if you could help me troubleshoot my issue. I keep getting the following message.</p>
<p>"Which can't be deleted because newer sets depend on them"</p>
<p>My variables are:</p>
<p>OLDER_THAN="14D"<br />
FULL="7D"</p>
<p>What I've been doing is logging into S3 using the S3 plugin for Firefox and deleting the old sets that way. Any idea as to why it keeps failing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Søren Vind &#62;&#62; Backing up to Amazon S3 (Part 2) - duplicity</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-1348</link>
		<dc:creator>Søren Vind &#62;&#62; Backing up to Amazon S3 (Part 2) - duplicity</dc:creator>
		<pubDate>Tue, 28 Apr 2009 20:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-1348</guid>
		<description>[...] up the backup, I took a lot of inspiration from a blog post at cenolan.com and a blog post by Tim McCormack. Actually, &#8220;a lot of inspiration&#8221; may be an [...]</description>
		<content:encoded><![CDATA[<p>[...] up the backup, I took a lot of inspiration from a blog post at cenolan.com and a blog post by Tim McCormack. Actually, &#8220;a lot of inspiration&#8221; may be an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Søren Vind &#62;&#62; Backing up to Amazon S3 (Part 1)</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-1273</link>
		<dc:creator>Søren Vind &#62;&#62; Backing up to Amazon S3 (Part 1)</dc:creator>
		<pubDate>Mon, 20 Apr 2009 21:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-1273</guid>
		<description>[...] http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/ http://www.brainonfire.net/blog/remote-encrypted-backup-duplicity-amazon-s3/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/" rel="nofollow">http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/</a> <a href="http://www.brainonfire.net/blog/remote-encrypted-backup-duplicity-amazon-s3/" rel="nofollow">http://www.brainonfire.net/blog/remote-encrypted-backup-duplicity-amazon-s3/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thinking sysadmin / Duplicity to Amazon S3 on FreeBSD: Building on the work of others</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-1019</link>
		<dc:creator>thinking sysadmin / Duplicity to Amazon S3 on FreeBSD: Building on the work of others</dc:creator>
		<pubDate>Mon, 02 Mar 2009 19:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-1019</guid>
		<description>[...] post adds only a couple small details to work described at randys.org and cenolan.com - go there for background on this post and useful scripts for automated Duplicity backup to [...]</description>
		<content:encoded><![CDATA[<p>[...] post adds only a couple small details to work described at randys.org and cenolan.com - go there for background on this post and useful scripts for automated Duplicity backup to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kb.hurricane-ridge.com / Bookmarks for February 25, 2009</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-1011</link>
		<dc:creator>kb.hurricane-ridge.com / Bookmarks for February 25, 2009</dc:creator>
		<pubDate>Fri, 27 Feb 2009 14:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-1011</guid>
		<description>[...] How-To: Automated incremental daily backups to Amazon S3 using Duplicity &#124; cenolan.com - Example s3 duplicity backup and restore scripts.    Post a comment &#8212; Trackback URI RSS 2.0 feed for these comments This entry (permalink) was posted on Wednesday, February 25, 2009, at 8:21 am by admin. Filed in Links. [...]</description>
		<content:encoded><![CDATA[<p>[...] How-To: Automated incremental daily backups to Amazon S3 using Duplicity | cenolan.com - Example s3 duplicity backup and restore scripts.    Post a comment &mdash; Trackback URI RSS 2.0 feed for these comments This entry (permalink) was posted on Wednesday, February 25, 2009, at 8:21 am by admin. Filed in Links. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Abrahams</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-977</link>
		<dc:creator>Dave Abrahams</dc:creator>
		<pubDate>Wed, 18 Feb 2009 08:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-977</guid>
		<description>Also, you might want to mention that people can really confuse duplicity if they use sudo to run the script manually without changing $HOME.  Then GPG looks in the wrong place for key files.</description>
		<content:encoded><![CDATA[<p>Also, you might want to mention that people can really confuse duplicity if they use sudo to run the script manually without changing $HOME.  Then GPG looks in the wrong place for key files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Abrahams</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-966</link>
		<dc:creator>Dave Abrahams</dc:creator>
		<pubDate>Mon, 16 Feb 2009 20:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-966</guid>
		<description>Nice guide; Even though I had done something similar myself once, I found it useful to have a simple tutorial that walked me through the steps.

I was wondering why you didn&#039;t use duplicity&#039;s &quot;--full-if-older-than 1M&quot; option rather than coding the logic for making full backups yourself?  If you miss the first day of the month due to downtime, you will fall behind on full backups.

We used to use shell scripts for this but I found it&#039;s really easy to lose important information when the script breaks for any reason.  You can see http://techarcana.net/hydra/backups/ for rationale and links to our Python code.</description>
		<content:encoded><![CDATA[<p>Nice guide; Even though I had done something similar myself once, I found it useful to have a simple tutorial that walked me through the steps.</p>
<p>I was wondering why you didn't use duplicity's "--full-if-older-than 1M" option rather than coding the logic for making full backups yourself?  If you miss the first day of the month due to downtime, you will fall behind on full backups.</p>
<p>We used to use shell scripts for this but I found it's really easy to lose important information when the script breaks for any reason.  You can see <a href="http://techarcana.net/hydra/backups/" rel="nofollow">http://techarcana.net/hydra/backups/</a> for rationale and links to our Python code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

