fn export_filesystem<W: Write>( tar_builder: &mut Builder<W>, root_dir: &Dir, options: &ExportOptions, ) -> Result<()>