Housekeeping: delete the blobs backup dir (#4104)

This commit is contained in:
iequidoo
2023-03-02 15:19:48 -03:00
committed by iequidoo
parent c38ae31f31
commit 627cf20074
3 changed files with 94 additions and 61 deletions

View File

@@ -34,7 +34,7 @@ use crate::{e2ee, tools};
// Name of the database file in the backup.
const DBFILE_BACKUP_NAME: &str = "dc_database_backup.sqlite";
const BLOBS_BACKUP_NAME: &str = "blobs_backup";
pub(crate) const BLOBS_BACKUP_NAME: &str = "blobs_backup";
/// Import/export command.
#[derive(Debug, Display, Copy, Clone, PartialEq, Eq, FromPrimitive, ToPrimitive)]