Zip
Salta a la navegació
Salta a la cerca
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.