<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.breedveld.net/index.php?action=history&amp;feed=atom&amp;title=Backup_and_restore_with_dpkg</id>
	<title>Backup and restore with dpkg - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.breedveld.net/index.php?action=history&amp;feed=atom&amp;title=Backup_and_restore_with_dpkg"/>
	<link rel="alternate" type="text/html" href="http://wiki.breedveld.net/index.php?title=Backup_and_restore_with_dpkg&amp;action=history"/>
	<updated>2026-04-17T00:37:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>http://wiki.breedveld.net/index.php?title=Backup_and_restore_with_dpkg&amp;diff=5842&amp;oldid=prev</id>
		<title>Roland at 12:35, 21 August 2009</title>
		<link rel="alternate" type="text/html" href="http://wiki.breedveld.net/index.php?title=Backup_and_restore_with_dpkg&amp;diff=5842&amp;oldid=prev"/>
		<updated>2009-08-21T12:35:21Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Ik you want to make a clean install with e.g. Ubuntu:&lt;br /&gt;
first backup your home and packages list:&lt;br /&gt;
(/media/disk-1 is an example for your backup medium)&lt;br /&gt;
&lt;br /&gt;
 dpkg --get-selections &amp;gt; /media/disk-1/dpkg_list.txt&lt;br /&gt;
 tar -czvf /media/disk-1/home_backup.tgz /home/*&lt;br /&gt;
&lt;br /&gt;
make a fresh install with your Ubuntu version, and after that restore your stuff:&lt;br /&gt;
first log in as root! &lt;br /&gt;
 dpkg --set-selections &amp;lt; /media/disk-1/dpkg_list.txt&lt;br /&gt;
 apt-get update&lt;br /&gt;
 dselect update&lt;br /&gt;
 apt-get dselect-upgrade&lt;br /&gt;
 cd /&lt;br /&gt;
 tar -xzvf /media/disk-1/home_backup.tgz&lt;/div&gt;</summary>
		<author><name>Roland</name></author>
	</entry>
</feed>