pub fn backup_closed(
source: impl AsRef<Path>,
destination: impl AsRef<Path>,
options: BackupOptions,
) -> Result<BackupReport, DbError>Expand description
Creates an authenticated backup from a closed database using its default file key provider.