↧
Answer by NSGod for Zipping files in OSX, want to 'resolve' symbolic links
Couple of questions:1) Does the folder structure you are archiving use symbolic links internally to save on space? (By "internally", I mean, given a particular root folder, do the symbolic links within...
View ArticleAnswer by Pete Ashdown for Zipping files in OSX, want to 'resolve' symbolic...
Zip help reads:-y store symbolic links as the link instead of the referenced file
View ArticleAnswer by Ignacio Vazquez-Abrams for Zipping files in OSX, want to 'resolve'...
This is the default behavior for Info-ZIP's zip. You need to pass -y or --symlinks in order to store symlinks within the archive instead.
View ArticleZipping files in OSX, want to 'resolve' symbolic links
I have a number of directories, they're all demos of web scripts I have created, the important fact is they all share resources. So I have created a global resources directory and symbolically linked...
View Article