<?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: how to backup and restore from a complete reinstall?</title>
	<atom:link href="http://www.selfadhesivelabels.com/blog/2008/11/17/how-to-backup-and-restore-from-a-complete-reinstall/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.selfadhesivelabels.com/blog/2008/11/17/how-to-backup-and-restore-from-a-complete-reinstall/</link>
	<description>We blog from Staffordshire about open source software in small business, security labelling and UK business issues in label printing.</description>
	<lastBuildDate>Thu, 11 Mar 2010 17:33:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The Open Sourcerer</title>
		<link>http://www.selfadhesivelabels.com/blog/2008/11/17/how-to-backup-and-restore-from-a-complete-reinstall/comment-page-1/#comment-14035</link>
		<dc:creator>The Open Sourcerer</dc:creator>
		<pubDate>Mon, 17 Nov 2008 15:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.selfadhesivelabels.com/blog/?p=132#comment-14035</guid>
		<description>Yep. This is another great example of the way Linux/Unix systems have been designed for multi-user systems from the ground-up. 

Windows, on the other hand, spreads your data, personal settings and other pertinent stuff *all* over the hard disk. It&#039;s a nightmare.

The FHS and LSB try to keep:

* all user&#039;s settings in their respective home directories.
* all system settings in /etc
and keep binaries, libraries and log files in separate areas of the file system hierarchy too.

It makes maintenance easier and enables the administrator to design the system for their environment: You can mount or store any directory structure on separate partitions and even mount them across the LAN.</description>
		<content:encoded><![CDATA[<p>Yep. This is another great example of the way Linux/Unix systems have been designed for multi-user systems from the ground-up. </p>
<p>Windows, on the other hand, spreads your data, personal settings and other pertinent stuff *all* over the hard disk. It&#8217;s a nightmare.</p>
<p>The FHS and LSB try to keep:</p>
<p>* all user&#8217;s settings in their respective home directories.<br />
* all system settings in /etc<br />
and keep binaries, libraries and log files in separate areas of the file system hierarchy too.</p>
<p>It makes maintenance easier and enables the administrator to design the system for their environment: You can mount or store any directory structure on separate partitions and even mount them across the LAN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.selfadhesivelabels.com/blog/2008/11/17/how-to-backup-and-restore-from-a-complete-reinstall/comment-page-1/#comment-14033</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Mon, 17 Nov 2008 13:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.selfadhesivelabels.com/blog/?p=132#comment-14033</guid>
		<description>That sounds too good to be true.  The easiest thing for me to do is now just backup my /home directory in full to an external HDD, and if I ever have to do a reinstall, then I can just copy it back and keep all my settings.

thanks Alan!</description>
		<content:encoded><![CDATA[<p>That sounds too good to be true.  The easiest thing for me to do is now just backup my /home directory in full to an external HDD, and if I ever have to do a reinstall, then I can just copy it back and keep all my settings.</p>
<p>thanks Alan!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Open Sourcerer</title>
		<link>http://www.selfadhesivelabels.com/blog/2008/11/17/how-to-backup-and-restore-from-a-complete-reinstall/comment-page-1/#comment-14028</link>
		<dc:creator>The Open Sourcerer</dc:creator>
		<pubDate>Mon, 17 Nov 2008 11:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.selfadhesivelabels.com/blog/?p=132#comment-14028</guid>
		<description>Hi Adrian,

the simplest way to deal with most of this is to put the /home area on a different partition of your hard disk. When you install Ubuntu, select the manual partition option. The general principles that work for most are something like this:

first partition: (sda1 or hda1) is for your root partition. Make it about 10-15G and you will have loads of space.

Next create a partition (ideally at the end of the disk) for your swap area and that is normally made to be about twice the size of the RAM.

Then allocate the rest of the disk to /home.

If you have &quot;lots&quot; of capacity, it is also nice to have a spare partition where you can install a different OS.

This has several benefits:

1. /home can be backed up independently of the OS and can even be mounted on a different machine if you wish (NFS).
2. When you do a new install of the OS (or if you want to try Mandriva or Fedora etc...) you can mount /home during the install and *all* your settings:GUI look and feel, mail boxes, passwords, etc will be retained. This assumes you don&#039;t blindly click past the &quot;use the whole disk&quot; option during the new install. Just be sure to take care.</description>
		<content:encoded><![CDATA[<p>Hi Adrian,</p>
<p>the simplest way to deal with most of this is to put the /home area on a different partition of your hard disk. When you install Ubuntu, select the manual partition option. The general principles that work for most are something like this:</p>
<p>first partition: (sda1 or hda1) is for your root partition. Make it about 10-15G and you will have loads of space.</p>
<p>Next create a partition (ideally at the end of the disk) for your swap area and that is normally made to be about twice the size of the RAM.</p>
<p>Then allocate the rest of the disk to /home.</p>
<p>If you have &#8220;lots&#8221; of capacity, it is also nice to have a spare partition where you can install a different OS.</p>
<p>This has several benefits:</p>
<p>1. /home can be backed up independently of the OS and can even be mounted on a different machine if you wish (NFS).<br />
2. When you do a new install of the OS (or if you want to try Mandriva or Fedora etc&#8230;) you can mount /home during the install and *all* your settings:GUI look and feel, mail boxes, passwords, etc will be retained. This assumes you don&#8217;t blindly click past the &#8220;use the whole disk&#8221; option during the new install. Just be sure to take care.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
