On Tue, Feb 05, 2008 at 05:21:35PM -0700, Steve Peng wrote: > http://cr.opensolaris.org/~stevep/6351623-2
Er, the sqlite shell provides a way to copy the database... /lib/svc/bin/sqlite /path/to/src/db .dump | /lib/svc/bin/sqlite /path/to/dst/db A simple system(3C) call can replace backend_do_copy() and a number of lines of code in backend_create_backup_locked(). Nico --