Tuesday, October 20, 2020

zip exclude directory linux

 Linux zip directory but excluded specific sub-directories (and everything within them)

 Its very simple,

This command worked for me:-

[root@akwal web]#  zip -r9 domain.zip ../web -x ../web/media/\*

 

Enjoy!


0 comments: