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

Feature Request: Split by size #1

Open
cs16lover opened this issue Dec 24, 2018 · 6 comments
Open

Feature Request: Split by size #1

cs16lover opened this issue Dec 24, 2018 · 6 comments
Labels
enhancement New feature or request

Comments

@cs16lover
Copy link

First of all thank you for such a great open source project.

I think it will be nice to have a splitting feature by file sizes.

For example; Split 1 TB tar file into 100 GB small tar files.

@ruffrey ruffrey added the enhancement New feature or request label Dec 24, 2018
@ruffrey
Copy link
Member

ruffrey commented Dec 24, 2018

Thanks for the request! Is the goal to specify a "not larger than" size for each chunk? I could see it working like the following:

Example:

Input: 250 mb file
Not larger than: 100 mb

Option 1

Output:

  • 1.tar - 100 mb
  • 2.tar - 100 mb
  • 3.tar - 50 mb

Option 2

Output:

  • 1.tar - 83.33 mb
  • 2.tar - 83.33 mb
  • 3.tar - 83.33 mb

Option 1 would be simplest to implement, I think.

@cs16lover
Copy link
Author

Yes, exactly! "Not larger than" size option fits best. Because sometimes larger TAR files needs much more system resources to process on the fly.

@cs16lover
Copy link
Author

Any updates?

@ruffrey
Copy link
Member

ruffrey commented Jan 6, 2019

Hey, we plan to do this, it is a useful suggestion, but likely not for another month.

@cs16lover
Copy link
Author

Any updates?

@ruffrey
Copy link
Member

ruffrey commented Mar 27, 2019

Hi, thanks for bumping the thread. We don't have a timeline, but this is a useful feature we want to implement.

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

No branches or pull requests

2 participants