/sar

library for tar like grouping of files with md5 and extraction per file

Primary LanguageC

= sar - Simple ARchiver.

Design:

  • Simple: no timestamp, no permissions/ownership.
  • block with index of contents for easy extraction of individual files.
  • md5 integrity check per file.

TODO:

  • account endianness.