Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

batpipe: Add support for more file formats #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sorairolake
Copy link

  • Add support for .tar.xz and .tar.zst. These use the same options for both Gnu tar and BSD tar.
  • Add support for .7z. I think this is used to some extent not only in Windows but also in Unix-like systems.
  • Add support for bzip2, LZ4, lzip, lzop and zstd. These are supported by GNU tar and/or BSD tar.

Comparison of options for GNU tar and BSD tar

Algorithm Option GNU tar BSD tar
bzip2 -j
gzip -z
LZ4 --lz4
lzip --lzip
lzop --lzop
xz -J
zst --zstd

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant