Peter Brewer wrote:
I've been running the daily builds recently and feel they are often stable enough for use, however every time I install a new build it wipes all the pim data.


Just move the PIM data to the memory card; rewriting the flash won't touch it.

Here is part of my post-flash script, which I keep meaning to document and put up on the wiki:

# Keep Contacts DB where it will persist
ssh [EMAIL PROTECTED] mkdir -p \
        /home/root/.evolution/addressbook/local/system/
ssh [EMAIL PROTECTED] ln -sf /media/card/addressbook.db \
        /home/root/.evolution/addressbook/local/system/addressbook.db
ssh [EMAIL PROTECTED] ln -sf /media/card/addressbook.db.summary \ /home/root/.evolution/addressbook/local/system/addressbook.db.summary

Reply via email to