fn archive_dir(src: &Path, dest: &Path) -> Result<()>
Pack src directory into a .tar.gz archive at dest.
src
.tar.gz
dest
The top-level entry inside the archive is named after the source directory.