We came across this simple command line utility you can run to automatically backup a clients Blackberry Enterprise Server database when using MSDE. Hope this is helpful.
“blackberrydbbackup.exe -d BESMgmt -f d:\<backup folder> -E -U <BES Service Account> -P <besadminpassword> “
We put this in a batch file and scheduled it with the Task Scheduler. The utility, blackberrydbbackup.exe, is in the tools folder of the BES install files.
Worked great! Thanks.