<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=78.33.42.140</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=78.33.42.140"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/78.33.42.140"/>
	<updated>2026-04-22T13:18:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Manual_backup_and_restore&amp;diff=22360</id>
		<title>Manual backup and restore</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Manual_backup_and_restore&amp;diff=22360"/>
		<updated>2009-11-26T14:29:57Z</updated>

		<summary type="html">&lt;p&gt;78.33.42.140: /* IM/Chat and SIP Accounts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Manual Backup And Restore=&lt;br /&gt;
&lt;br /&gt;
Imagine you&#039;ve hacked around your tablet so much you want to back it up, wipe it clean and restore, rather than use the standard system backup/restore which could revert the problems too!&lt;br /&gt;
&lt;br /&gt;
The best strategy is to back up the entire tablet, excluding only things you definitely don&#039;t need rather than try and cherry pick things, and then restore specific files and directories. &lt;br /&gt;
&lt;br /&gt;
==Backing up the entire tablet==&lt;br /&gt;
&lt;br /&gt;
The best program to use is &amp;quot;rsync&amp;quot; - this program is in the maemo extras repository. A suitable backup script is shown below, save it to /usr/local/bin/backup as a plain text file. You can then &amp;quot;chmod ugo+x /usr/local/bin/backup&amp;quot; and run it (as root please). Change &amp;quot;mypc.example.com&amp;quot; to the hostname (or IP address) of your computer, and the target directory from /home/archive/blahblah to /whatever. Note the &amp;quot;dpkg -l&amp;quot; to get a list of installed packages, this will help you remember what you had installed! The &amp;quot;gconf&amp;quot; bit lists out all the wifi access points defined so that you can copy/paste the details back in later.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
dpkg -l &amp;gt; /root/dpkg-l.txt&lt;br /&gt;
&lt;br /&gt;
gconftool -R /system/osso/connectivity/IAP &amp;gt; /root/wifi-list.txt&lt;br /&gt;
&lt;br /&gt;
rsync   -avz                    \&lt;br /&gt;
        --exclude=/dev          \&lt;br /&gt;
        --exclude=/media        \&lt;br /&gt;
        --exclude=/mnt/initfs   \&lt;br /&gt;
        --exclude=/proc         \&lt;br /&gt;
        --exclude=/sys          \&lt;br /&gt;
        /                       \&lt;br /&gt;
        mypc.example.com:/home/archive/mytablet/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Wiping Clean==&lt;br /&gt;
&lt;br /&gt;
Wiping your table clean is achieved by reflashing. If you upgraded to your current version of maemo rather than flashing the latest version, you&#039;ll get a small performance boost by doing this. Flash according to [[Updating_the_tablet_firmware]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Restoring==&lt;br /&gt;
&lt;br /&gt;
Backing up and reflashing were the easy parts, restoring takes a bit longer, and is a bit more tedious. This is where you should only restore things that were definitely properly working before you started, restoring broken configuration files is a bad idea!&lt;br /&gt;
&lt;br /&gt;
As well as reinstalling all the applications you want, you&#039;ll need to install (dropbear) ssh &amp;amp; sshd in order to copy the files back on. Be sure to set a password for user &amp;quot;user&amp;quot; and also probably root!&lt;br /&gt;
&lt;br /&gt;
You might like to do a total backup of your tablet immediately after restoring all the applications in order to have a baseline comparison.&lt;br /&gt;
&lt;br /&gt;
BTW, be sure not to be running the application which uses the files being restored!&lt;br /&gt;
&lt;br /&gt;
===wifi access points===&lt;br /&gt;
&lt;br /&gt;
Although you&#039;ll have to manually re-enter the wifi access points, it&#039;s easier when you don&#039;t have to tediously type in WPA pass phrases as you can copy/paste then from the file created during the backup. Restore this file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /home/archive/mytablet/root&lt;br /&gt;
scp -pr wifi-list.txt root@mytablet.example.com:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then view this file in a shell (install xterm, run it, &amp;quot;sudo becomeroot&amp;quot;, &amp;quot;more wifi-list.txt&amp;quot; whilst setting up access to a wireless AP.&lt;br /&gt;
&lt;br /&gt;
===Bookmarks===&lt;br /&gt;
&lt;br /&gt;
Bookmarks are easy.&lt;br /&gt;
&lt;br /&gt;
Close the browser first, then simply copy them from your archive to the tablet thus:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /home/archive/mytablet/home/user/.bookmarks&lt;br /&gt;
scp -pr * user@mytablet.example.com:/home/user/.bookmarks&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The bookmarks should appear straight away, either in the browser or in the home screen short-cut.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===IM/Chat and SIP Accounts===&lt;br /&gt;
&lt;br /&gt;
The various jabber and SIP accounts are stored in var/lib/gconf/apps/telepathy/mc/accounts. It&#039;s probably a good idea to set your presence to &amp;quot;off&amp;quot; before trying to restore, which you do as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /home/archive/mytablet/var/lib/gconf/apps/telepathy/mc/accounts&lt;br /&gt;
scp -pr * user@mytablet.example.com:/var/lib/gconf/apps/telepathy/mc/accounts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Contacts===&lt;br /&gt;
&lt;br /&gt;
Contacts are stored in /home/user/.osso-abook, however, you need to create a dummy entry BEFORE restoring the files.&lt;br /&gt;
&lt;br /&gt;
So, run the accounts application and create a contact, any old rubbish will do.&lt;br /&gt;
&lt;br /&gt;
Then exit the contacts application and restore the files thus:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /home/archive/mytablet/home/user/.osso-abook&lt;br /&gt;
scp -pr . user@mytablet:/home/user/.osso-abook&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===RSS Feeds===&lt;br /&gt;
&lt;br /&gt;
The RSS feeds are stored as a bunch of files, very easy to restore.&lt;br /&gt;
&lt;br /&gt;
Close rss reader. Copy the files back thus:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /home/archive/mytablet/home/user/.osso_rss_feed_reader&lt;br /&gt;
scp -pr * user@mytablet.example.com:/home/user/.osso_rss_feed_reader&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When RSS reader is started, everything should be back the way it was before.&lt;br /&gt;
&lt;br /&gt;
===gPodder===&lt;br /&gt;
&lt;br /&gt;
Close gpodder. Copy the gpodder config directory back thus:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /home/archive/mytablet/home/user/.config/gpodder&lt;br /&gt;
scp -pr * user@mytablet.example.com:/home/user/.config/gpodder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since gpodder keeps the downloaded podcast audio files on a flash memory card, they should be available immediately.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Users]]&lt;br /&gt;
[[Category:Connectivity]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Power users]]&lt;/div&gt;</summary>
		<author><name>78.33.42.140</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Manual_backup_and_restore&amp;diff=22361</id>
		<title>Manual backup and restore</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Manual_backup_and_restore&amp;diff=22361"/>
		<updated>2009-11-26T14:24:55Z</updated>

		<summary type="html">&lt;p&gt;78.33.42.140: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Manual Backup And Restore=&lt;br /&gt;
&lt;br /&gt;
Imagine you&#039;ve hacked around your tablet so much you want to back it up, wipe it clean and restore, rather than use the standard system backup/restore which could revert the problems too!&lt;br /&gt;
&lt;br /&gt;
The best strategy is to back up the entire tablet, excluding only things you definitely don&#039;t need rather than try and cherry pick things, and then restore specific files and directories. &lt;br /&gt;
&lt;br /&gt;
==Backing up the entire tablet==&lt;br /&gt;
&lt;br /&gt;
The best program to use is &amp;quot;rsync&amp;quot; - this program is in the maemo extras repository. A suitable backup script is shown below, save it to /usr/local/bin/backup as a plain text file. You can then &amp;quot;chmod ugo+x /usr/local/bin/backup&amp;quot; and run it (as root please). Change &amp;quot;mypc.example.com&amp;quot; to the hostname (or IP address) of your computer, and the target directory from /home/archive/blahblah to /whatever. Note the &amp;quot;dpkg -l&amp;quot; to get a list of installed packages, this will help you remember what you had installed! The &amp;quot;gconf&amp;quot; bit lists out all the wifi access points defined so that you can copy/paste the details back in later.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
dpkg -l &amp;gt; /root/dpkg-l.txt&lt;br /&gt;
&lt;br /&gt;
gconftool -R /system/osso/connectivity/IAP &amp;gt; /root/wifi-list.txt&lt;br /&gt;
&lt;br /&gt;
rsync   -avz                    \&lt;br /&gt;
        --exclude=/dev          \&lt;br /&gt;
        --exclude=/media        \&lt;br /&gt;
        --exclude=/mnt/initfs   \&lt;br /&gt;
        --exclude=/proc         \&lt;br /&gt;
        --exclude=/sys          \&lt;br /&gt;
        /                       \&lt;br /&gt;
        mypc.example.com:/home/archive/mytablet/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Wiping Clean==&lt;br /&gt;
&lt;br /&gt;
Wiping your table clean is achieved by reflashing. If you upgraded to your current version of maemo rather than flashing the latest version, you&#039;ll get a small performance boost by doing this. Flash according to [[Updating_the_tablet_firmware]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Restoring==&lt;br /&gt;
&lt;br /&gt;
Backing up and reflashing were the easy parts, restoring takes a bit longer, and is a bit more tedious. This is where you should only restore things that were definitely properly working before you started, restoring broken configuration files is a bad idea!&lt;br /&gt;
&lt;br /&gt;
As well as reinstalling all the applications you want, you&#039;ll need to install (dropbear) ssh &amp;amp; sshd in order to copy the files back on. Be sure to set a password for user &amp;quot;user&amp;quot; and also probably root!&lt;br /&gt;
&lt;br /&gt;
You might like to do a total backup of your tablet immediately after restoring all the applications in order to have a baseline comparison.&lt;br /&gt;
&lt;br /&gt;
BTW, be sure not to be running the application which uses the files being restored!&lt;br /&gt;
&lt;br /&gt;
===wifi access points===&lt;br /&gt;
&lt;br /&gt;
Although you&#039;ll have to manually re-enter the wifi access points, it&#039;s easier when you don&#039;t have to tediously type in WPA pass phrases as you can copy/paste then from the file created during the backup. Restore this file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /home/archive/mytablet/root&lt;br /&gt;
scp -pr wifi-list.txt root@mytablet.example.com:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then view this file in a shell (install xterm, run it, &amp;quot;sudo becomeroot&amp;quot;, &amp;quot;more wifi-list.txt&amp;quot; whilst setting up access to a wireless AP.&lt;br /&gt;
&lt;br /&gt;
===Bookmarks===&lt;br /&gt;
&lt;br /&gt;
Bookmarks are easy.&lt;br /&gt;
&lt;br /&gt;
Close the browser first, then simply copy them from your archive to the tablet thus:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /home/archive/mytablet/home/user/.bookmarks&lt;br /&gt;
scp -pr * user@mytablet.example.com:/home/user/.bookmarks&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The bookmarks should appear straight away, either in the browser or in the home screen short-cut.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===IM/Chat and SIP Accounts===&lt;br /&gt;
&lt;br /&gt;
The various jabber and SIP accounts are stored in var/lib/gconf/apps/telepathy/mc/accounts&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /home/archive/mytablet/var/lib/gconf/apps/telepathy/mc/accounts&lt;br /&gt;
scp -pr * user@mytablet.example.com:/var/lib/gconf/apps/telepathy/mc/accounts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Contacts===&lt;br /&gt;
&lt;br /&gt;
Contacts are stored in /home/user/.osso-abook, however, you need to create a dummy entry BEFORE restoring the files.&lt;br /&gt;
&lt;br /&gt;
So, run the accounts application and create a contact, any old rubbish will do.&lt;br /&gt;
&lt;br /&gt;
Then exit the contacts application and restore the files thus:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /home/archive/mytablet/home/user/.osso-abook&lt;br /&gt;
scp -pr . user@mytablet:/home/user/.osso-abook&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===RSS Feeds===&lt;br /&gt;
&lt;br /&gt;
The RSS feeds are stored as a bunch of files, very easy to restore.&lt;br /&gt;
&lt;br /&gt;
Close rss reader. Copy the files back thus:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /home/archive/mytablet/home/user/.osso_rss_feed_reader&lt;br /&gt;
scp -pr * user@mytablet.example.com:/home/user/.osso_rss_feed_reader&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When RSS reader is started, everything should be back the way it was before.&lt;br /&gt;
&lt;br /&gt;
===gPodder===&lt;br /&gt;
&lt;br /&gt;
Close gpodder. Copy the gpodder config directory back thus:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /home/archive/mytablet/home/user/.config/gpodder&lt;br /&gt;
scp -pr * user@mytablet.example.com:/home/user/.config/gpodder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since gpodder keeps the downloaded podcast audio files on a flash memory card, they should be available immediately.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Users]]&lt;br /&gt;
[[Category:Connectivity]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Power users]]&lt;/div&gt;</summary>
		<author><name>78.33.42.140</name></author>
	</entry>
</feed>