zip archive exclude specific directory
zip -r workroot-backup.zip /workroot/ /etc/nginx/conf.d -x */node_modules/**\* */vendor/**\* */.git/**\*
고급 메모장
zip -r workroot-backup.zip /workroot/ /etc/nginx/conf.d -x */node_modules/**\* */vendor/**\* */.git/**\*