Ziping but excluding some directories, how?
Tried zip -r file.zip .* -x clients/ portfolio/ where I want to exclude those 2 directories and their childer, but they keep getting zipped, how to do this?
Tried zip -r file.zip .* -x clients/ portfolio/ where I want to exclude those 2 directories and their childer, but they keep getting zipped, how to do this?