Function deltachat::imex::export_backup_stream
source ยท pub(crate) async fn export_backup_stream<'a, W>(
context: &'a Context,
temp_db_path: &Path,
blobdir: BlobDirContents<'a>,
writer: W,
file_size: u64,
) -> Result<()>
Expand description
Exports the database and blobs into a stream.