You could probably force a database update by rebooting the device. Doing database backups at random times is likely to cause problems, because you can't predict when the OS will decide to flush recent updates to disk (except by forcing the OS to commit everything by rebooting); as such, your backups may be saving the database when it's in an inconsistent/dirty state, and thus the backups won't be useful.
|