-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
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 Option 1Output:
Option 2Output:
Option 1 would be simplest to implement, I think. |
Yes, exactly! "Not larger than" size option fits best. Because sometimes larger TAR files needs much more system resources to process on the fly. |
Any updates? |
Hey, we plan to do this, it is a useful suggestion, but likely not for another month. |
Any updates? |
Hi, thanks for bumping the thread. We don't have a timeline, but this is a useful feature we want to implement. |
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.
The text was updated successfully, but these errors were encountered: