On 10/17/06, Didier Wiroth <[EMAIL PROTECTED]> wrote:
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?!
Use find (/usr/bin/find) to select the files you require, and pipe the output to tar. -- ach