<?xml version="1.0" encoding="iso-8859-1"?>
<!-- name="generator" content="pyblosxom/1.3.2 2/13/2006" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
<channel>
<title>Rustybear Blog  Nov 2008</title>
<link>http://www.rustybear.com/cgi-bin/pyblosxom.cgi</link>
<description>Rustybear Blog</description>
<language>en</language>
<item>
  <title>Backup your Blackberry on Linux</title>
  <link>http://www.rustybear.com/cgi-bin/pyblosxom.cgi/other/backup-your-blackberry.html</link>
  <description><![CDATA[
<p>
There are a few tools in the Linux toolbox that can help you backup your
Blackberry. I've tested this on the Blackberry 8330 and 8830.
</p>
<p>
In Debian, apt-get install the following:
<br />
<blockquote>
    barry-util<br />
    libbarry0<br />
</blockquote>
</p>
<p>
Connect your BB via the USB cord.<br />

Run the following command:<br />
<blockquote>
    kevin@laptopibm:~/tmp$ btool<br />
<br />
    Blackberry devices found:<br />
    Device ID: 0x9bcd6d0. PIN: 52c09285, Description: RIM BlackBerry Device<br />
    Using device (PIN): 52c09285<br />
</blockquote>

You should see your device as shown above.<br />
<br />
Next list your databases:<br />
<blockquote>
    kevin@laptopibm:~/tmp$ btool -t<br />
</blockquote>
You'll see a long list of all of the databases on your BB. The names of the
databases are in single quotes like 'Address Book'.<br />
<br />
Load a database and dump it to stdout with:<br />
<blockquote>
    btool -d 'Address Book'<br />
</blockquote>
You'll see the contents of your address book scroll by.<br />
<br />
Backup a database with:<br />
<blockquote>
    btool -d 'Address Book' -f my_bb_address_book<br />
</blockquote>
Restore a database with:<br />
<blockquote>
    btool -s 'Address Book' -f my_bb_address_book<br />
</blockquote>
There are a few more commands that can be found in man btool.<br />
</p>

]]></description>
</item>

</channel>
</rss>
