Open cs16lover opened 5 years ago
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:
Input: 250 mb file Not larger than: 100 mb
Output:
Output:
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.