Skip to content

stuartphilp/libarchive-cookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libarchive-cookbook

A library cookbook that provides LWRP's for extracting archive files

Supported Platforms

  • Ubuntu

libarchive_file Resource/Provider

Actions

  • extract - extracts the contents of the archive to the destination on disk. (default)

Paramter Attributes

  • path - filepath to the archive to extract (name attribute)
  • owner - set the owner of the extracted files
  • group - set the group of the extracted files
  • mode - set the mode of the extracted files
  • extract_to - filepath to extract the contents of the archive to
  • extract_options - an array of symbols representing extraction flags. See extract options below.

Extract Options

  • :no_overwrite - don't overwrite files if they already exist

License and Authors

Author:: Jamie Winsor ([email protected])

About

A library cookbook for manipulating archive files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%