createDatabaseBackup

open suspend fun createDatabaseBackup(): File?

Create a backup of the current database file. The backup file will be encrypted with the same passphrase as the original database.

Return

The backup file if successfully created, null otherwise.