pub fn write_backup<P: AsRef<Path>>( file_root: P, out_path: P, ) -> Result<(), Error>
Writes a zip file with the metadata backup for all files under file_root to out_path.
file_root
out_path