Function write_backup

Source
pub fn write_backup<P: AsRef<Path>>(
    file_root: P,
    out_path: P,
) -> Result<(), Error>
Expand description

Writes a zip file with the metadata backup for all files under file_root to out_path.