<?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: Clone Your Ubuntu installation</title>
	<atom:link href="http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Gutsy,Hardy,Intrepid</description>
	<pubDate>Tue, 06 Jan 2009 23:37:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pete</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-435</link>
		<dc:creator>pete</dc:creator>
		<pubDate>Sat, 13 Sep 2008 13:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-435</guid>
		<description>This is a handy first step in cloning a system.
Don't forget, you'll still have to copy across users/passwords, hosts, users profiles, their home directories, email, log files, any and all config data your packages may need and probably a ton of other stuff I've forgotten.
This is far from a one-line machine cloning solution</description>
		<content:encoded><![CDATA[<p>This is a handy first step in cloning a system.<br />
Don&#8217;t forget, you&#8217;ll still have to copy across users/passwords, hosts, users profiles, their home directories, email, log files, any and all config data your packages may need and probably a ton of other stuff I&#8217;ve forgotten.<br />
This is far from a one-line machine cloning solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szandor</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-434</link>
		<dc:creator>szandor</dc:creator>
		<pubDate>Mon, 04 Aug 2008 08:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-434</guid>
		<description>#mondoarchive -Oi -9 -p m1330-image -d /storage/mondo/ISO -S /storage/mondo -E "/storage" -s 4300m

this saves your entire hard drive (lvm supported) to a dvd as a bootable iso image. just use k3b or whatever to burn it. just make sure you create /storage/mondo/ISO and that you grab the 2.2.6 version of mondo and mindi from mondo rescue, not the repos. now you have a bootable dvd. i do this for all my laptops when i want to get crazy so i can just reimage my laptop rather than undoing all my changes.</description>
		<content:encoded><![CDATA[<p>#mondoarchive -Oi -9 -p m1330-image -d /storage/mondo/ISO -S /storage/mondo -E &#8220;/storage&#8221; -s 4300m</p>
<p>this saves your entire hard drive (lvm supported) to a dvd as a bootable iso image. just use k3b or whatever to burn it. just make sure you create /storage/mondo/ISO and that you grab the 2.2.6 version of mondo and mindi from mondo rescue, not the repos. now you have a bootable dvd. i do this for all my laptops when i want to get crazy so i can just reimage my laptop rather than undoing all my changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-433</link>
		<dc:creator>El</dc:creator>
		<pubDate>Mon, 14 Apr 2008 20:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-433</guid>
		<description>Rjack, your thought was incomplete...

&lt;code&gt;dpkg --get-selections &#124; awk '$2 ~ /^install$/ {print $1}'&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Rjack, your thought was incomplete&#8230;</p>
<p><code>dpkg --get-selections | awk '$2 ~ /^install$/ {print $1}'</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-432</link>
		<dc:creator>El</dc:creator>
		<pubDate>Mon, 14 Apr 2008 20:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-432</guid>
		<description>I saw these commands on another site.

Remember:
dpkg -l &#124; grep ii &#124; awk 'print $2' &#62; remember_these_debs.txt

Reinstall:
sudo apt-get install `cat remember_these_debs.txt`</description>
		<content:encoded><![CDATA[<p>I saw these commands on another site.</p>
<p>Remember:<br />
dpkg -l | grep ii | awk &#8216;print $2&#8242; &gt; remember_these_debs.txt</p>
<p>Reinstall:<br />
sudo apt-get install `cat remember_these_debs.txt`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sid</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-431</link>
		<dc:creator>sid</dc:creator>
		<pubDate>Tue, 07 Aug 2007 13:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-431</guid>
		<description>Thanks Nelson. worked like a charm.</description>
		<content:encoded><![CDATA[<p>Thanks Nelson. worked like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nelson</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-430</link>
		<dc:creator>Nelson</dc:creator>
		<pubDate>Sat, 28 Jul 2007 20:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-430</guid>
		<description>If you want to export your applications to a pc without access to the internet, Just make an apt on cd.

In the first pc (the one with internet) type:
sudo apt-get install aptoncd

then run the program, burn a cd with the apt and remember to configure the other pc to read repositories from the cd instead of the net.</description>
		<content:encoded><![CDATA[<p>If you want to export your applications to a pc without access to the internet, Just make an apt on cd.</p>
<p>In the first pc (the one with internet) type:<br />
sudo apt-get install aptoncd</p>
<p>then run the program, burn a cd with the apt and remember to configure the other pc to read repositories from the cd instead of the net.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: braddcadd</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-429</link>
		<dc:creator>braddcadd</dc:creator>
		<pubDate>Sun, 15 Jul 2007 18:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-429</guid>
		<description>Can I do this and copy my home directory to the new computer?  I am trying to get data, configurations, and everything.  I can't use partimage or anything else because I have a single broken package that has killed dpkg.</description>
		<content:encoded><![CDATA[<p>Can I do this and copy my home directory to the new computer?  I am trying to get data, configurations, and everything.  I can&#8217;t use partimage or anything else because I have a single broken package that has killed dpkg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnnyColonic</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-428</link>
		<dc:creator>JohnnyColonic</dc:creator>
		<pubDate>Tue, 12 Jun 2007 14:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-428</guid>
		<description>If you replace the install command with this:

&lt;code&gt;xargs -a installedpackages sudo aptitude install&lt;/code&gt;

you won't have to jimmy it past the abort with the -y option.</description>
		<content:encoded><![CDATA[<p>If you replace the install command with this:</p>
<p><code>xargs -a installedpackages sudo aptitude install</code></p>
<p>you won&#8217;t have to jimmy it past the abort with the -y option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-427</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Sun, 20 May 2007 19:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-427</guid>
		<description>A had to include a -y switch on the second command to get it to work:
&lt;code&gt;cat installedpackages &#124; xargs sudo aptitude install -y&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>A had to include a -y switch on the second command to get it to work:<br />
<code>cat installedpackages | xargs sudo aptitude install -y</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjack</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-426</link>
		<dc:creator>rjack</dc:creator>
		<pubDate>Sat, 19 May 2007 12:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-426</guid>
		<description>A simpler command can be

&lt;code&gt;dpkg --get-selections &#124; awk '/\

Sudo is not needed when you generate the list, nor grep. Awk prints the first field of every line that contains the word "install" on its own (\</description>
		<content:encoded><![CDATA[<p>A simpler command can be</p>
<p><code>dpkg --get-selections | awk '/\</p>
<p>Sudo is not needed when you generate the list, nor grep. Awk prints the first field of every line that contains the word "install" on its own (\</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-425</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 10 May 2007 17:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-425</guid>
		<description>This just saves a list, so you'd need internet.
I am not sure but i think you could get the deb packages.</description>
		<content:encoded><![CDATA[<p>This just saves a list, so you&#8217;d need internet.<br />
I am not sure but i think you could get the deb packages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Crowe</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-424</link>
		<dc:creator>Robert Crowe</dc:creator>
		<pubDate>Sat, 03 Mar 2007 00:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-424</guid>
		<description>Does this copy the packages or just makes a list for apt to go off of. I have a desktop with no way to access a network and a laptop with wireless and obvious mobility advantages. Is it possible to clone my installed packages off my laptop onto desktop with this method?</description>
		<content:encoded><![CDATA[<p>Does this copy the packages or just makes a list for apt to go off of. I have a desktop with no way to access a network and a laptop with wireless and obvious mobility advantages. Is it possible to clone my installed packages off my laptop onto desktop with this method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Øyvind Lein</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-423</link>
		<dc:creator>Øyvind Lein</dc:creator>
		<pubDate>Fri, 16 Feb 2007 13:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-423</guid>
		<description>Your little snippet didn't work for me, unless I removed the "equals"-sign.

....install$
=instead of this:=
....install$=

So:
sudo dpkg --get-selections &#124; grep '[[:space:]]install$'&#124; awk '{print $1}' &#62; installedpackages</description>
		<content:encoded><![CDATA[<p>Your little snippet didn&#8217;t work for me, unless I removed the &#8220;equals&#8221;-sign.</p>
<p>&#8230;.install$<br />
=instead of this:=<br />
&#8230;.install$=</p>
<p>So:<br />
sudo dpkg &#8211;get-selections | grep &#8216;[[:space:]]install$&#8217;| awk &#8216;{print $1}&#8217; &gt; installedpackages</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sami Haahtinen</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-422</link>
		<dc:creator>Sami Haahtinen</dc:creator>
		<pubDate>Sun, 31 Dec 2006 19:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-422</guid>
		<description>The rest of that got left out.. Lets try it again:

dpkg --get-selections &#62; mypackages.txt
sudo dpkg --set-selections &#60; mypackages.txt
sudo apt-get dselect-upgrade</description>
		<content:encoded><![CDATA[<p>The rest of that got left out.. Lets try it again:</p>
<p>dpkg &#8211;get-selections &gt; mypackages.txt<br />
sudo dpkg &#8211;set-selections &lt; mypackages.txt<br />
sudo apt-get dselect-upgrade</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sami Haahtinen</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-421</link>
		<dc:creator>Sami Haahtinen</dc:creator>
		<pubDate>Sun, 31 Dec 2006 18:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-421</guid>
		<description>I kind of prefer this instead:

dpkg --get-selections &#62; mypackages.txt
sudo dpkg --set-selections</description>
		<content:encoded><![CDATA[<p>I kind of prefer this instead:</p>
<p>dpkg &#8211;get-selections &gt; mypackages.txt<br />
sudo dpkg &#8211;set-selections</p>
]]></content:encoded>
	</item>
</channel>
</rss>
