Replies: 2 comments 3 replies
-
Actually it exists, it is called "Split"https://github.com/aonez/Keka/wiki/Compressing-with-Keka#how-to-compress-some-files |
Beta Was this translation helpful? Give feedback.
1 reply
-
@rcooknet what would be the use case for you? I see the big caveat when some files are bigger than the specified maximum size. Also this will be very hard to manage with (sub)folders and its contents, specially when extracting the contents of separate ZIP files all containing the same folder structure but different contents on it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure if this has been suggested before, but my searching came up empty.
Quick use flow ... I need to upload ZIP files with a maximum file size ... let's say 50MB. I want to select a group of files and build multiple independent ZIP files with a maximum single ZIP file size of 50MB.
I looked at the current Split functionality, but those do not appear to be independent ZIP files.
What I am looking for is a type of bin packing algorithm that optimally selects files to package together most efficiently to approach but not exceed a specified maximum compressed file size. With the compression output size being an unknown during file selection, I realize this would be a tricky problem to solve most efficiently.
Beta Was this translation helpful? Give feedback.
All reactions