Skip to content

v0.0.1

Compare
Choose a tag to compare
@moycat moycat released this 18 Nov 14:55
· 9 commits to master since this release
4423c70

The first release of Vaar! Try it out!

See README.md for detailed usage.

What works?

  • ✅ Tarball creation
  • ✅ Tarball extraction
  • ✅ Golang module

What's broken?

Vaar is still in beta! There are some known issues:

Creation

  • ❌ Hard links are added as regular files.
  • ❌ Unsupported files (like sockets) abort the creation.

Extraction

  • ❌ Hard links are extracted as symlinks.
  • ❌ Directories refusing the owner to write in the tarball may cause errors.

Any pull requests are welcome :)