Nicolas Williams wrote: > 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 > Nico,
Thanks for your information. At this stage of the game, I like to keep the code as it is now. If you like, I can file rfe later on to keep track of it. Thanks Steve