<?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: Powerful Remote Incremental Backup with rdiff-backup</title>
	<atom:link href="http://tombuntu.com/index.php/2009/08/22/powerful-remote-incremental-backup-with-rdiff-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://tombuntu.com/index.php/2009/08/22/powerful-remote-incremental-backup-with-rdiff-backup/</link>
	<description>News, Tips, and How-Tos for Ubuntu Linux</description>
	<lastBuildDate>Mon, 09 Jan 2012 11:59:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Automated backup using D-Link DNS-321 review and HOWTO &#171; Coert Vonk</title>
		<link>http://tombuntu.com/index.php/2009/08/22/powerful-remote-incremental-backup-with-rdiff-backup/#comment-80581</link>
		<dc:creator>Automated backup using D-Link DNS-321 review and HOWTO &#171; Coert Vonk</dc:creator>
		<pubDate>Sun, 28 Feb 2010 16:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=1689#comment-80581</guid>
		<description>[...] root, install the tool and its dependencies on the backup server  (details at here, here and here) mkdir /mnt/HD_a2/src/rdiff-backup cd [...]</description>
		<content:encoded><![CDATA[<p>[...] root, install the tool and its dependencies on the backup server  (details at here, here and here) mkdir /mnt/HD_a2/src/rdiff-backup cd [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucidsystems</title>
		<link>http://tombuntu.com/index.php/2009/08/22/powerful-remote-incremental-backup-with-rdiff-backup/#comment-78713</link>
		<dc:creator>lucidsystems</dc:creator>
		<pubDate>Thu, 28 Jan 2010 21:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=1689#comment-78713</guid>
		<description>Great introduction to using rdiff-backup. 

You may also be interested in LBackup : http://www.lbackup.org.</description>
		<content:encoded><![CDATA[<p>Great introduction to using rdiff-backup. </p>
<p>You may also be interested in LBackup : <a href="http://www.lbackup.org" rel="nofollow">http://www.lbackup.org</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HowtoMatrix &#187; Powerful Remote Incremental Backup with rdiff-backup</title>
		<link>http://tombuntu.com/index.php/2009/08/22/powerful-remote-incremental-backup-with-rdiff-backup/#comment-68742</link>
		<dc:creator>HowtoMatrix &#187; Powerful Remote Incremental Backup with rdiff-backup</dc:creator>
		<pubDate>Sat, 12 Sep 2009 08:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=1689#comment-68742</guid>
		<description>[...] Read more at Tombuntu [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more at Tombuntu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: queleimporta.com &#187; Blog Archive &#187; Incremental Backup with rdiff-backup</title>
		<link>http://tombuntu.com/index.php/2009/08/22/powerful-remote-incremental-backup-with-rdiff-backup/#comment-67576</link>
		<dc:creator>queleimporta.com &#187; Blog Archive &#187; Incremental Backup with rdiff-backup</dc:creator>
		<pubDate>Tue, 25 Aug 2009 17:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=1689#comment-67576</guid>
		<description>[...] Posted on August 25th, 2009 by acuervo. Filed under Uncategorized.   rdiff-backup tries to “combine the best features of a mirror and an incremental backup”. It’s a command line utility that not only gives you a plain mirror of your files, but also allows you to retrieve previous versions of your files using the extra difference data it keeps. This means you can quickly copy and paste to restore a file from your most recent backup, or retrieve the contents of files as they were at the time of any previous backup. rdiff-backup has built in support for network backups over SSH and is network-efficient and fast thanks to its incremental nature. It’s also possible to run rdiff-backup on Windows, soon I’ll be investigating whether it will work as a backup solution for the Windows systems on my network. via tombuntu.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Posted on August 25th, 2009 by acuervo. Filed under Uncategorized.   rdiff-backup tries to “combine the best features of a mirror and an incremental backup”. It’s a command line utility that not only gives you a plain mirror of your files, but also allows you to retrieve previous versions of your files using the extra difference data it keeps. This means you can quickly copy and paste to restore a file from your most recent backup, or retrieve the contents of files as they were at the time of any previous backup. rdiff-backup has built in support for network backups over SSH and is network-efficient and fast thanks to its incremental nature. It’s also possible to run rdiff-backup on Windows, soon I’ll be investigating whether it will work as a backup solution for the Windows systems on my network. via tombuntu.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://tombuntu.com/index.php/2009/08/22/powerful-remote-incremental-backup-with-rdiff-backup/#comment-67568</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Tue, 25 Aug 2009 11:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=1689#comment-67568</guid>
		<description>A few months ago, I waded through all of the above rsync options and ended up using rsnapshot. I don&#039;t know that it is necessarily better than any other rsync option, but I find that it is simple and works great! Before that I needed to do a simple network backup from a windows machine to linux server and I found that Delta copy worked well. 

Now that I need to backup from linux to linux, the rsnapshot does the trick!</description>
		<content:encoded><![CDATA[<p>A few months ago, I waded through all of the above rsync options and ended up using rsnapshot. I don&#8217;t know that it is necessarily better than any other rsync option, but I find that it is simple and works great! Before that I needed to do a simple network backup from a windows machine to linux server and I found that Delta copy worked well. </p>
<p>Now that I need to backup from linux to linux, the rsnapshot does the trick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyio</title>
		<link>http://tombuntu.com/index.php/2009/08/22/powerful-remote-incremental-backup-with-rdiff-backup/#comment-67555</link>
		<dc:creator>kyio</dc:creator>
		<pubDate>Tue, 25 Aug 2009 07:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=1689#comment-67555</guid>
		<description>http://backuppc.sourceforge.net/
i find backuppc quite usefull because you install it on your backup machine. this pc will connect to each system to backup data. so your desktop does not have high resource usage</description>
		<content:encoded><![CDATA[<p><a href="http://backuppc.sourceforge.net/" rel="nofollow">http://backuppc.sourceforge.net/</a><br />
i find backuppc quite usefull because you install it on your backup machine. this pc will connect to each system to backup data. so your desktop does not have high resource usage</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mosh</title>
		<link>http://tombuntu.com/index.php/2009/08/22/powerful-remote-incremental-backup-with-rdiff-backup/#comment-67543</link>
		<dc:creator>Mosh</dc:creator>
		<pubDate>Tue, 25 Aug 2009 03:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=1689#comment-67543</guid>
		<description>I picked rdiff-backup for an office system I was setting up 2 years ago and it&#039;s worked a treat ever since. The only downside is that file restoration isn&#039;t a simple &quot;drag/drop&quot; or copy and there&#039;s nobody on site there to recover things if it all goes wrong.

However, that&#039;s why they pay me a retainer and I have remote access to the system ;)</description>
		<content:encoded><![CDATA[<p>I picked rdiff-backup for an office system I was setting up 2 years ago and it&#8217;s worked a treat ever since. The only downside is that file restoration isn&#8217;t a simple &#8220;drag/drop&#8221; or copy and there&#8217;s nobody on site there to recover things if it all goes wrong.</p>
<p>However, that&#8217;s why they pay me a retainer and I have remote access to the system <img src='http://tombuntu.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://tombuntu.com/index.php/2009/08/22/powerful-remote-incremental-backup-with-rdiff-backup/#comment-67530</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 24 Aug 2009 20:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=1689#comment-67530</guid>
		<description>Thanks, I&#039;ll have to try rsnapshot as well.</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ll have to try rsnapshot as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://tombuntu.com/index.php/2009/08/22/powerful-remote-incremental-backup-with-rdiff-backup/#comment-67475</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 23 Aug 2009 23:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=1689#comment-67475</guid>
		<description>I found that rsnapshot (http://rsnapshot.org/) an excellent backup program and does something very similiar to rdiff-backup.

I&#039;ve been running rsnapshot now across about a dozen machines for over a year -- and it&#039;s saved my bacon a number of times!

A comparison of both you can read at:
http://www.saltycrane.com/blog/2008/02/backup-on-linux-rsnapshot-vs-rdiff/</description>
		<content:encoded><![CDATA[<p>I found that rsnapshot (<a href="http://rsnapshot.org/" rel="nofollow">http://rsnapshot.org/</a>) an excellent backup program and does something very similiar to rdiff-backup.</p>
<p>I&#8217;ve been running rsnapshot now across about a dozen machines for over a year &#8212; and it&#8217;s saved my bacon a number of times!</p>
<p>A comparison of both you can read at:<br />
<a href="http://www.saltycrane.com/blog/2008/02/backup-on-linux-rsnapshot-vs-rdiff/" rel="nofollow">http://www.saltycrane.com/blog/2008/02/backup-on-linux-rsnapshot-vs-rdiff/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://tombuntu.com/index.php/2009/08/22/powerful-remote-incremental-backup-with-rdiff-backup/#comment-67473</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Sun, 23 Aug 2009 23:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=1689#comment-67473</guid>
		<description>I totally with that--a mirror is much easier to work with, provided you have diff increments. But that requires rdiff-backup on both the source and the destination, which is a luxury some of us have, and others don&#039;t. The advantage of Duplicity is that it can do the math without a version of itself running on another machine.</description>
		<content:encoded><![CDATA[<p>I totally with that&#8211;a mirror is much easier to work with, provided you have diff increments. But that requires rdiff-backup on both the source and the destination, which is a luxury some of us have, and others don&#8217;t. The advantage of Duplicity is that it can do the math without a version of itself running on another machine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: tombuntu.com @ 2012-02-08 19:56:46 -->
