Skip to main content

archive_dir

Function archive_dir 

Source
fn archive_dir(src: &Path, dest: &Path) -> Result<()>
Expand description

Pack src directory into a .tar.gz archive at dest.

The top-level entry inside the archive is named after the source directory.