Class Mixlib::Archive::Tar
In: lib/mixlib/archive/tar.rb
Parent: Object

Methods

create   extract   new  

Constants

TAR_LONGLINK = "././@LongLink".freeze

Attributes

archive  [R] 
options  [R] 

Public Class methods

Public Instance methods

Creates an archive with the given set of files

Parameters

gzip<Boolean>:should the archive be gzipped?

Extracts the archive to the given destination

Parameters

perms<Boolean>:should the extracter use permissions from the archive.
ignore[Array]:an array of matches of file paths to ignore

[Validate]