Skip to contents

Internal function to backup a SQLite database

Usage

.Backup(database, backup_dest)

Arguments

database

Path to the SQLite database file.

backup_dest

Destination path for the backup file.

Value

Returns TRUE if the backup file exists, FALSE otherwise.