On 11/3/06, John Stanton <[EMAIL PROTECTED]> wrote:
As was pointed out, an Sqlite DB is just va file.  Copy it to make a
backup.  If you cannot create a file from your O/S then you will never
be able to make a backup.  Fix that problem first.

There is, however, one issue to be aware of. If you are backing up
when there are open connections, and there is a journal file, then
just copying the main database file itself will result in the backup
database being corrupted.

So you might want to make sure you can connect to the database and
open a transaction before attempting the backup.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to