<?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: Backing Up Files Using rdiff-backup</title>
	<atom:link href="http://everydaylht.com/howtos/system-administration/backing-up-files-using-rdiff-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://everydaylht.com</link>
	<description>understandable linux tips and tricks</description>
	<lastBuildDate>Tue, 03 Jan 2012 21:41:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: John P</title>
		<link>http://everydaylht.com/howtos/system-administration/backing-up-files-using-rdiff-backup/comment-page-1/#comment-9737</link>
		<dc:creator>John P</dc:creator>
		<pubDate>Fri, 19 Aug 2011 12:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=31#comment-9737</guid>
		<description>I use virtual machines - a lot.  My main desktop OS runs inside a VM.  I haven&#039;t bothered placing the HOME into a different virtual disk device.  I know I should, but with this backup method, it isn&#039;t needed and restoring after an OS rebuild or even just trying a new OS is pretty trivial.

Sometimes sharing the HOME between different OSes is bad when they use different versions of the same tools. This can make your .dotfiles incompatible.  I&#039;ve been burned more than once with this.</description>
		<content:encoded><![CDATA[<p>I use virtual machines &#8211; a lot.  My main desktop OS runs inside a VM.  I haven&#8217;t bothered placing the HOME into a different virtual disk device.  I know I should, but with this backup method, it isn&#8217;t needed and restoring after an OS rebuild or even just trying a new OS is pretty trivial.</p>
<p>Sometimes sharing the HOME between different OSes is bad when they use different versions of the same tools. This can make your .dotfiles incompatible.  I&#8217;ve been burned more than once with this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constrained &#187; Blog Archive &#187; Backup bash pictures</title>
		<link>http://everydaylht.com/howtos/system-administration/backing-up-files-using-rdiff-backup/comment-page-1/#comment-9712</link>
		<dc:creator>Constrained &#187; Blog Archive &#187; Backup bash pictures</dc:creator>
		<pubDate>Wed, 17 Aug 2011 19:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=31#comment-9712</guid>
		<description>[...] Backing Up Files Using rdiff-backup &#124; everyday linux how2s Jun 18, 2011 &#8230; bin/bash cd &lt;strong&gt;/destination/directory&lt;/strong&gt; echo &quot;Backing up Pictures&quot; echo &quot;&quot; rdiff-backup &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Backing Up Files Using rdiff-backup | everyday linux how2s Jun 18, 2011 &#8230; bin/bash cd &lt;strong&gt;/destination/directory&lt;/strong&gt; echo &quot;Backing up Pictures&quot; echo &quot;&quot; rdiff-backup &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://everydaylht.com/howtos/system-administration/backing-up-files-using-rdiff-backup/comment-page-1/#comment-8279</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 02 May 2011 18:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=31#comment-8279</guid>
		<description>Surely if you have your home directory on a separate partition, you can upgrade or reinstall without affecting your home partition.</description>
		<content:encoded><![CDATA[<p>Surely if you have your home directory on a separate partition, you can upgrade or reinstall without affecting your home partition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnP</title>
		<link>http://everydaylht.com/howtos/system-administration/backing-up-files-using-rdiff-backup/comment-page-1/#comment-8275</link>
		<dc:creator>JohnP</dc:creator>
		<pubDate>Mon, 02 May 2011 13:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=31#comment-8275</guid>
		<description>Nice.  I&#039;ve been happily using rdiff-backup for a few years.  Doing backups is a way of life around here since having a disk failure about 10 yrs ago.

Anyone using rsync for backups should know that using almost exactly the same command, just swapping in rdiff-backup for rsync will get you sooooo much more out of your backups.  Here&#039;s a link for how I backup my home directory: http://blog.jdpfu.com/2009/10/24/linux-home-backup-with-rdiff-backup

It shows how to get a copy of your current crontab, how to exclude cache dirs, wipe all adobe flash objects and how to get the current list of all installed packages on the system **before** beginning your backups. This will make restoring much easier, even if you don&#039;t backup the entire OS. I&#039;ve migrated using those backups to new Linux installs fairly successfully.  With Natty released last week, I expect to use it again shortly.  Being able to migrate the ~/.ssh/ alone makes this useful!</description>
		<content:encoded><![CDATA[<p>Nice.  I&#8217;ve been happily using rdiff-backup for a few years.  Doing backups is a way of life around here since having a disk failure about 10 yrs ago.</p>
<p>Anyone using rsync for backups should know that using almost exactly the same command, just swapping in rdiff-backup for rsync will get you sooooo much more out of your backups.  Here&#8217;s a link for how I backup my home directory: <a href="http://blog.jdpfu.com/2009/10/24/linux-home-backup-with-rdiff-backup" rel="nofollow">http://blog.jdpfu.com/2009/10/24/linux-home-backup-with-rdiff-backup</a></p>
<p>It shows how to get a copy of your current crontab, how to exclude cache dirs, wipe all adobe flash objects and how to get the current list of all installed packages on the system **before** beginning your backups. This will make restoring much easier, even if you don&#8217;t backup the entire OS. I&#8217;ve migrated using those backups to new Linux installs fairly successfully.  With Natty released last week, I expect to use it again shortly.  Being able to migrate the ~/.ssh/ alone makes this useful!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

