<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Automate Your Backups</title>
	<atom:link href="http://makezine.com/2009/03/17/automate-your-backups/feed/" rel="self" type="application/rss+xml" />
	<link>http://makezine.com/2009/03/17/automate-your-backups/</link>
	<description>DIY projects, how-tos, and inspiration from geeks, makers, and hackers</description>
	<lastBuildDate>Wed, 19 Jun 2013 21:18:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: super_J_dynamite</title>
		<link>http://makezine.com/2009/03/17/automate-your-backups/#comment-275500</link>
		<dc:creator><![CDATA[super_J_dynamite]]></dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://makezineblog.wordpress.com/2009/03/17/automate-your-backups/#comment-275500</guid>
		<description><![CDATA[My $0.02:

1) If you&#039;re only going to use Cygwin for rsync, it would make more sense just to find a version of rsync compiled for Win32.  Scheduling can be done with Windows&#039; native scheduler.

2) If you&#039;re backing up to a USB drive, you probably have the bandwidth to just copy everything over in it&#039;s entirety (instead of using rsync to only transmit deltas) using xcopy.]]></description>
		<content:encoded><![CDATA[<p>My $0.02:</p>
<p>1) If you&#8217;re only going to use Cygwin for rsync, it would make more sense just to find a version of rsync compiled for Win32.  Scheduling can be done with Windows&#8217; native scheduler.</p>
<p>2) If you&#8217;re backing up to a USB drive, you probably have the bandwidth to just copy everything over in it&#8217;s entirety (instead of using rsync to only transmit deltas) using xcopy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s2156945</title>
		<link>http://makezine.com/2009/03/17/automate-your-backups/#comment-275501</link>
		<dc:creator><![CDATA[s2156945]]></dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://makezineblog.wordpress.com/2009/03/17/automate-your-backups/#comment-275501</guid>
		<description><![CDATA[Data Loss is mostly from human error.  You don&#039;t always notice your error straight away (See &quot;ohnosecond&quot;).

Rdiff-backup is a smart combination of rsync with rdiff to efficient store both a mirror of your data and change-sets to go back in history.  You can simply delete the oldest changesets to save space.

See &lt;a href=&quot;http://www.nongnu.org/rdiff-backup/&quot; rel=&quot;nofollow&quot;&gt;http://www.nongnu.org/rdiff-backup/&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Data Loss is mostly from human error.  You don&#8217;t always notice your error straight away (See &#8220;ohnosecond&#8221;).</p>
<p>Rdiff-backup is a smart combination of rsync with rdiff to efficient store both a mirror of your data and change-sets to go back in history.  You can simply delete the oldest changesets to save space.</p>
<p>See <a href="http://www.nongnu.org/rdiff-backup/" rel="nofollow">http://www.nongnu.org/rdiff-backup/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
