<?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; 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: David Underhill</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-32886</link>
		<dc:creator>David Underhill</dc:creator>
		<pubDate>Sat, 05 Jun 2010 04:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-32886</guid>
		<description>Sami&#039;s suggestion above worked flawlessly for me.</description>
		<content:encoded><![CDATA[<p>Sami&#8217;s suggestion above worked flawlessly for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-20798</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Sun, 17 Jan 2010 00:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-20798</guid>
		<description>Sami Haahtinen&#039;s method worked for me, and is also the simplest in my opinion. (Saves and restores package names only, not data or actual packages).</description>
		<content:encoded><![CDATA[<p>Sami Haahtinen&#8217;s method worked for me, and is also the simplest in my opinion. (Saves and restores package names only, not data or actual packages).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-20603</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Tue, 12 Jan 2010 22:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-20603</guid>
		<description>A suggestion... You probably get the quotes wrong? Allan&#039;s example (as it has ended up on the web page) does not use the right quotes. After awk, it must be a single quote, and just before the &gt; must be single quote.</description>
		<content:encoded><![CDATA[<p>A suggestion&#8230; You probably get the quotes wrong? Allan&#8217;s example (as it has ended up on the web page) does not use the right quotes. After awk, it must be a single quote, and just before the &gt; must be single quote.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-20593</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 12 Jan 2010 18:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-20593</guid>
		<description>thanks guys, am trying this but get the following error 
awk: 1: unexpected character 0xe2


what might I be doing wrong ???

Thanks 

Jim</description>
		<content:encoded><![CDATA[<p>thanks guys, am trying this but get the following error<br />
awk: 1: unexpected character 0xe2</p>
<p>what might I be doing wrong ???</p>
<p>Thanks </p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-18183</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Sun, 06 Dec 2009 05:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-18183</guid>
		<description>Same here... Perfect solution!

to obtain the list:
dpkg --get-selections &#124; awk ‘$2 ~ /^install$/ {print $1}’ &gt; installedpackages

to reinstall:
cat installedpackages &#124; xargs sudo aptitude install -y</description>
		<content:encoded><![CDATA[<p>Same here&#8230; Perfect solution!</p>
<p>to obtain the list:<br />
dpkg --get-selections | awk ‘$2 ~ /^install$/ {print $1}’ &gt; installedpackages</p>
<p>to reinstall:<br />
cat installedpackages | xargs sudo aptitude install -y</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: w0lv3n</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-14826</link>
		<dc:creator>w0lv3n</dc:creator>
		<pubDate>Fri, 23 Oct 2009 05:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-14826</guid>
		<description>&quot; Nelson says:
July 28, 2007 at 9:19 pm

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&quot;

Simply Genius!
Just what I was looking for, Thankyou!</description>
		<content:encoded><![CDATA[<p>&#8221; Nelson says:<br />
July 28, 2007 at 9:19 pm</p>
<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&#8221;</p>
<p>Simply Genius!<br />
Just what I was looking for, Thankyou!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mazhel</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-13944</link>
		<dc:creator>mazhel</dc:creator>
		<pubDate>Tue, 06 Oct 2009 11:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-13944</guid>
		<description>how to clone ubuntu from PC to laptop ??</description>
		<content:encoded><![CDATA[<p>how to clone ubuntu from PC to laptop ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jb</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-5675</link>
		<dc:creator>jb</dc:creator>
		<pubDate>Wed, 28 Jan 2009 16:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-5675</guid>
		<description>It works for me:

to obtain the list:
dpkg --get-selections &#124; awk &#039;$2 ~ /^install$/ {print $1}&#039; &gt; installedpackages

to reinstall:
cat installedpackages &#124; xargs sudo aptitude install -y

cheers</description>
		<content:encoded><![CDATA[<p>It works for me:</p>
<p>to obtain the list:<br />
dpkg --get-selections | awk &#8216;$2 ~ /^install$/ {print $1}&#8217; &gt; installedpackages</p>
<p>to reinstall:<br />
cat installedpackages | xargs sudo aptitude install -y</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Lorensen</title>
		<link>http://www.ubuntugeek.com/clone-your-ubuntu-installation.html/comment-page-1#comment-5334</link>
		<dc:creator>Jacob Lorensen</dc:creator>
		<pubDate>Sun, 11 Jan 2009 10:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/clone-your-ubuntu-installation.html#comment-5334</guid>
		<description>Does this also work between 32bit and 64bit versions of the same system? I.e. get the list off of a 64bit ubuntu and install the same packages (in 32 bit versions) on a 32bit ubuntu or vice versa?</description>
		<content:encoded><![CDATA[<p>Does this also work between 32bit and 64bit versions of the same system? I.e. get the list off of a 64bit ubuntu and install the same packages (in 32 bit versions) on a 32bit ubuntu or vice versa?</p>
]]></content:encoded>
	</item>
	<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&#039;t forget, you&#039;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&#039;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 &quot;/storage&quot; -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 &#039;$2 ~ /^install$/ {print $1}&#039;&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 &#039;print $2&#039; &gt; 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&#039;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&#039;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 &#039;/\

Sudo is not needed when you generate the list, nor grep. Awk prints the first field of every line that contains the word &quot;install&quot; 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&#039;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>
</channel>
</rss>

