Skip to content

DieTime/directory-archiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utility for packing directories into a single file without compression and unpacking them like tar archiver.

Arguments

  1. Action: --pack or --unpack
  2. Source path: <source folder path> or <archive path>
  3. Output path (optional): [output archive path] or [output folder path]

Usage

make
archiver --pack  <source folder path> [output archive path]
archiver --unpack <archive path> [output folder path]

About

Simple directory packer like tar

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published