**SIGH**
Apparently I am not done yet.
I went to do a manual backup using the 'backup' app and the Pre logged me off telling me that I need to reboot. Of course when I did I booted up to the screen below. Asking me to wipe the drive or start over...starting over just reboots it to that screen all over again.
Of course, I was still able to root into the Pre and when I did a ps -A -F I noticed all the apps where still running. Hmmmmm, I also noticed that LunaSysMgr was running with some weird parameters. LunaSysMgr -u mininmal -a fisrtuse
Naturally, I issued a stop LunaSysMgr && start LunaSysMgr -u luna
This restarted Luna in normal mode and i recoverd use of my Pre. Temporarily! After rebooting it went back to the screen below.
Looks like the culprits are the files located in /var/luna/data/Apps/br/config. They do not refer to the Browser application. They refer to the Backup and Restore Application.
An inspection of the file /var/luna/data/Apps/br/config/application.properties & BRSyncSource.properties reveal what should be backed up and how often as well as where it is being backed up....
application.properties
Code:
#Thu Sep 11 16:50:16 GMT+02:00 2003
applicationAuthor=Funambol
applicationDisplayName=Funambol Java Command Line Plug-In
applicationSupportMail=funambol-users@lists.sourceforge.net
applicationSupportUrl=http\://www.funambol.com
BRSyncSource.properties
Code:
# Thursday September 20, 2007 - Initial version
# Sunday, February 17, 2008 - Revised for multiple backup folders
#
#
# The user folder for backup and restore
# To backup multiple folder to the list, just append path
# seperated by TWO "|" chars
# Example: userdata-folder=folder1||folder2||folder3
# Note for subfolder characters use standard unix approach
# of forward slash in place of back slash.
#
userdata-folder=/var/luna/files
#
# It basically mean that perform backup of only files
# or only active records. the comparison is case sensitive.
# selective backup [All / Files / ARs]
# default: All
#
#selective-backup=All
#
# The timeslice in minutes for the automatic
# backup to trigger. If this property is missing or
# set to zero the time to next backup is obtained from
# the server. Further, if the server fails to provide
# the next backup time due to connectivity failure
# or otherwise the default is set to 24 hours
# from the current backup time.
#auto-backup-interval=1440
auto-backup-interval=0
The backup application in the AppLauncher said that my last successful backup was 9/30/2009. So Looking at the time stamps, I guess anything dated after 9/30/2009 would be okay to restore...all other files in the location /var/luna/data/Apps/br/config should be excluded.
Specifically the files
Code:
/var/luna/data/Apps/br/config/spds/lastsyncstate_PALMBRW.bin
/var/luna/data/Apps/br/config/spds/lastsyncstate_PALMBRW_guids.bin
/var/luna/data/Apps/br/config/spds/lastsyncstate_PALMBRW_luids.bin
/var/luna/data/Apps/br/config/spds/syncml.properties [maybe]
I'll be updating the exclude list later..... Standby to Standby.