backup_folders

Function backup_folders 

Source
pub async fn backup_folders(
    src_folders: Vec<BackupFolder>,
    dest: PathBuf,
    compression: CompressionFormat,
) -> Result<NaiveDateTime, FilesystemError>
Expand description

Creates a .zip archive from the list of source folders and saves it to the dest folder.