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

Add support for using the system tar binary #85

Open
wants to merge 1 commit into
base: feature/pull-requests
Choose a base branch
from

Conversation

trygveaa
Copy link

@trygveaa trygveaa commented Nov 5, 2016

This adds an option (-s/--systemTar) which makes the archiving and
extracting use the system tar binary instead of tar-fs. This of course
requires that the system has tar installed, which is why it is added as
an option and not used by default.

In my experience, this increases the performance of the extraction by
around three to six times.

This adds an option (-s/--systemTar) which makes the archiving and
extracting use the system tar binary instead of tar-fs. This of course
requires that the system has tar installed, which is why it is added as
an option and not used by default.

In my experience, this increases the performance of the extraction by
around three to six times.
@trygveaa trygveaa changed the base branch from master to feature/pull-requests November 5, 2016 13:10
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