Function ajour_core::backup::backup_folders[][src]

pub async fn backup_folders(
    src_folders: Vec<BackupFolder>,
    dest: PathBuf
) -> Result<NaiveDateTime, FilesystemError>

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