Quantcast
Channel: Zip but do not scan excluded folder - Unix & Linux Stack Exchange
Viewing all articles
Browse latest Browse all 3

Answer by Nasir Riley for Zip but do not scan excluded folder

$
0
0

You will need to include the full path to the directory that you want to exclude. If it is inside of /home/test:

zip -r myzip.zip /home/test -x /home/test/share/\*

If it's elsewhere:

zip -r myzip.zip /home/test -x /home/test/path/to/share/\*

Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>