Zip
De WikiMar
To compress keeping symlinks
zip --symlinks -r foo.zip foo/
-r recursive
otherwise the symlink will be replaced by the file where they point to.
zip --symlinks -r foo.zip foo/
-r recursive
otherwise the symlink will be replaced by the file where they point to.