<?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: Backup Ubuntu using rdiff-backup</title>
	<atom:link href="http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aethera</title>
		<link>http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html/comment-page-1#comment-20063</link>
		<dc:creator>Aethera</dc:creator>
		<pubDate>Sun, 03 Jan 2010 12:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html#comment-20063</guid>
		<description>Actually you can simply the SSH key-sharing process considerably with the ssh-copy-id command which is part of ssh in Debian and Ubuntu.  No need to manually copy the file to the remote host and append it to the authorized_keys file!  Just:

apt-get install ssh
ssh-keygen -t rsa #say yes to defaults.  when it #asks for password, this is not necessary.  it is #only a password to view the local copy of the #key - its safe to say no
ssh-copy-id -i ~/.ssh/id_rsa.pub user@remotehost

And that is it!</description>
		<content:encoded><![CDATA[<p>Actually you can simply the SSH key-sharing process considerably with the ssh-copy-id command which is part of ssh in Debian and Ubuntu.  No need to manually copy the file to the remote host and append it to the authorized_keys file!  Just:</p>
<p>apt-get install ssh<br />
ssh-keygen -t rsa #say yes to defaults.  when it #asks for password, this is not necessary.  it is #only a password to view the local copy of the #key - its safe to say no<br />
ssh-copy-id -i ~/.ssh/id_rsa.pub user@remotehost</p>
<p>And that is it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: san</title>
		<link>http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html/comment-page-1#comment-14037</link>
		<dc:creator>san</dc:creator>
		<pubDate>Fri, 09 Oct 2009 05:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html#comment-14037</guid>
		<description>Is this cron going to take incremental backup?</description>
		<content:encoded><![CDATA[<p>Is this cron going to take incremental backup?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samson G.</title>
		<link>http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html/comment-page-1#comment-5926</link>
		<dc:creator>Samson G.</dc:creator>
		<pubDate>Tue, 10 Feb 2009 22:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html#comment-5926</guid>
		<description>Are you planning to blog more on this topic. I would like to learn more.</description>
		<content:encoded><![CDATA[<p>Are you planning to blog more on this topic. I would like to learn more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Robert</title>
		<link>http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html/comment-page-1#comment-5925</link>
		<dc:creator>Jack Robert</dc:creator>
		<pubDate>Tue, 10 Feb 2009 22:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html#comment-5925</guid>
		<description>That was a great blog. Most blogs are not even worth reading.</description>
		<content:encoded><![CDATA[<p>That was a great blog. Most blogs are not even worth reading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacobian</title>
		<link>http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html/comment-page-1#comment-2338</link>
		<dc:creator>Jacobian</dc:creator>
		<pubDate>Thu, 11 Dec 2008 22:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html#comment-2338</guid>
		<description>Visctrix, it sounds like you&#039;d  be better off with anacron:
http://en.wikipedia.org/wiki/Anacron

That will make sure your home computer is backed up regularly, even if it&#039;s not always turned on at 1:15am.</description>
		<content:encoded><![CDATA[<p>Visctrix, it sounds like you&#8217;d  be better off with anacron:<br />
<a href="http://en.wikipedia.org/wiki/Anacron" rel="nofollow">http://en.wikipedia.org/wiki/Anacron</a></p>
<p>That will make sure your home computer is backed up regularly, even if it&#8217;s not always turned on at 1:15am.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: visctrix</title>
		<link>http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html/comment-page-1#comment-2337</link>
		<dc:creator>visctrix</dc:creator>
		<pubDate>Thu, 12 Jun 2008 20:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html#comment-2337</guid>
		<description>Two comments/questions:

Firstly you switch confusingly between home - work pcs, and USA - UK pcs - and neither of these descriptions is very useful - can you change the text pair to home - backup pc?

Secondly my two pcs are rarely connected and never powered up at 1.15am. I&#039;d like to use a script to execute this backup periodically when I get round to it. Can you include brief instructions for this.

Thanks</description>
		<content:encoded><![CDATA[<p>Two comments/questions:</p>
<p>Firstly you switch confusingly between home - work pcs, and USA - UK pcs - and neither of these descriptions is very useful - can you change the text pair to home - backup pc?</p>
<p>Secondly my two pcs are rarely connected and never powered up at 1.15am. I&#8217;d like to use a script to execute this backup periodically when I get round to it. Can you include brief instructions for this.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: File Or Directory Cat</title>
		<link>http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html/comment-page-1#comment-2336</link>
		<dc:creator>File Or Directory Cat</dc:creator>
		<pubDate>Sat, 02 Feb 2008 13:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/backup-ubuntu-using-rdiff-backup.html#comment-2336</guid>
		<description>&lt;strong&gt;Cat Walks...&lt;/strong&gt;

Improve your cat&#039;s health and well-being with wall mounted ramps and perches....</description>
		<content:encoded><![CDATA[<p><strong>Cat Walks&#8230;</strong></p>
<p>Improve your cat&#8217;s health and well-being with wall mounted ramps and perches&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

