<?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: Incremental Backup</title>
	<atom:link href="http://tinodidriksen.com/2007/04/26/incremental-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinodidriksen.com/2007/04/26/incremental-backup/</link>
	<description>The words and ideas of Tino Didriksen</description>
	<lastBuildDate>Thu, 22 Sep 2011 00:51:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tino Didriksen</title>
		<link>http://tinodidriksen.com/2007/04/26/incremental-backup/#comment-9652</link>
		<dc:creator>Tino Didriksen</dc:creator>
		<pubDate>Fri, 27 Aug 2010 15:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://tinodidriksen.com/2007/04/26/incremental-backup/#comment-9652</guid>
		<description>I&#039;d say go with http://www.rsnapshot.org/ or http://rdiff-backup.nongnu.org/ - they will do what you want, so no need to reinvent that wheel.</description>
		<content:encoded><![CDATA[<p>I&#8217;d say go with <a href="http://www.rsnapshot.org/" rel="nofollow">http://www.rsnapshot.org/</a> or <a href="http://rdiff-backup.nongnu.org/" rel="nofollow">http://rdiff-backup.nongnu.org/</a> &#8211; they will do what you want, so no need to reinvent that wheel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hendy</title>
		<link>http://tinodidriksen.com/2007/04/26/incremental-backup/#comment-9651</link>
		<dc:creator>Hendy</dc:creator>
		<pubDate>Fri, 27 Aug 2010 15:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://tinodidriksen.com/2007/04/26/incremental-backup/#comment-9651</guid>
		<description>I&#039;m not knowledgeable on scripts... how might this be modified to create a backup list like this (as opposed to just *.0, *.1, *.2...):

backup.hour
backup.day
backup.week
backup.month

Doest that make sense? Some way to keep one for a reasonably far back time but build on top of it more recently as time moves on?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not knowledgeable on scripts&#8230; how might this be modified to create a backup list like this (as opposed to just *.0, *.1, *.2&#8230;):</p>
<p>backup.hour<br />
backup.day<br />
backup.week<br />
backup.month</p>
<p>Doest that make sense? Some way to keep one for a reasonably far back time but build on top of it more recently as time moves on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://tinodidriksen.com/2007/04/26/incremental-backup/#comment-5447</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 14 Oct 2008 02:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://tinodidriksen.com/2007/04/26/incremental-backup/#comment-5447</guid>
		<description>Thanks a lot!
With some adaptation and a crontab, this was what I was trying to do with my little-to-nothing knowledge of scripting.

Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!<br />
With some adaptation and a crontab, this was what I was trying to do with my little-to-nothing knowledge of scripting.</p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tino Didriksen</title>
		<link>http://tinodidriksen.com/2007/04/26/incremental-backup/#comment-4674</link>
		<dc:creator>Tino Didriksen</dc:creator>
		<pubDate>Fri, 21 Sep 2007 18:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://tinodidriksen.com/2007/04/26/incremental-backup/#comment-4674</guid>
		<description>rdiff-backup essentially does all that rsync does and even uses the rsync protocol, but I needed something that would run without modification on Cygwin, RedHat 8, Mac OS X, as well as Fedora 7. rdiff-backup had such varying versions (RH8&#039;s 0.12.7 vs. Fedora&#039;s 1.0.5) that I felt better using rsync.

Another thing is rdiff-backup&#039;s increment format. Reverse diffs will certainly result in less disk space eaten by increments, but I prefer having the actual files in the folder tree. For larger backups I may have to use rdiff-backup simply due to space constraints, but I am not quite there yet.</description>
		<content:encoded><![CDATA[<p>rdiff-backup essentially does all that rsync does and even uses the rsync protocol, but I needed something that would run without modification on Cygwin, RedHat 8, Mac OS X, as well as Fedora 7. rdiff-backup had such varying versions (RH8&#8242;s 0.12.7 vs. Fedora&#8217;s 1.0.5) that I felt better using rsync.</p>
<p>Another thing is rdiff-backup&#8217;s increment format. Reverse diffs will certainly result in less disk space eaten by increments, but I prefer having the actual files in the folder tree. For larger backups I may have to use rdiff-backup simply due to space constraints, but I am not quite there yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders</title>
		<link>http://tinodidriksen.com/2007/04/26/incremental-backup/#comment-4606</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Tue, 04 Sep 2007 21:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://tinodidriksen.com/2007/04/26/incremental-backup/#comment-4606</guid>
		<description>Have you tried rdiff-backup?</description>
		<content:encoded><![CDATA[<p>Have you tried rdiff-backup?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

