-
Notifications
You must be signed in to change notification settings - Fork 17
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
Linked folders not followed #10
Comments
It looks like the latest version of archiver supports symlinks. Is there a reason for bestzip only using v0.21 ? Looks like they're up to 2.0.0 now. |
Probably because no one's updated it :) If you don't mind updating, testing and creating a PR, we'll merge and release the new version. |
Once my sprint's finished (today), I'll try upgrading and see what happens... |
I've reviewed the code and bulk was removed starting with 2.0.0 in archiver, so the code will need some updating in order to work correctly (and testing). I tried just updating to v1.3.0, but that still did not fix the issue with links. |
I created a pull request for this issue. Only change was to "matches" from |
Thanks @Lampei . I just remembered that you have merge permissions too :) As long as it continues to work on Windows as well as Linux, I vote to merge it. |
It has definitely been working for me in Windows, but I don't have a *nix machine to test that side of things with. |
This is now fixed in v2.1.6 |
On Windows, when subfolders are "symlink" folders rather than the actual folders, bestzip does not follow them to get their contents.
The text was updated successfully, but these errors were encountered: