exportDatabaseCopy

open suspend override fun exportDatabaseCopy(destinationPath: String)

Export a compacted copy of the CoreCrypto database to the specified destination path. Uses SQLite's VACUUM INTO to create an encrypted copy of the database.

Parameters

destinationPath

the path where the database copy should be created

Throws

Exception

if the export operation fails