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!
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:
Post a Comment