Preflight attachment data to ensure we have enough disk space to write the export #201
Labels
crate: cli
Related to the CLI crate
crate: database
Related to the database crate
new feature
Requires creating a new feature
Currently, we get the total attachment bytes during the diagnostic phase:
imessage-exporter/imessage-database/src/tables/attachment.rs
Lines 328 to 332 in d2d1eb2
We can use this data to ensure that the disk has enough free space for the export to run.
The text was updated successfully, but these errors were encountered: