Hello, How can I exclude files or directories when using tar?
I found that gnu tar uses --exclude, but how can I do this in openbsd?! How can I do this for example under openbsd: tar czf x.tar.gz /usr/src --exclude CVS/ Thank you very much! Regards Didier