[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

SOLVED (partly) Re: I can't get tar to exclude files!!



Ed Cogburn wrote:

> > > |> tar -zcvf test.tar * --exclude=leave_me_out.txt

> > Seems to be broken here too.
> >
> 
>         Ditto here.  Note to previous thread respondant.  The *order* of arguments
> makes *no* difference.  This still fails:
> 
>         tar --exclude=xxx -zcvf test.tar

This fails:

tar --exclude=xxx -zcvf test.tar *

But this works:

tar --exclude=xxx -zcvf test.tar ./

Go figure.

-- 
...RickM...


--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: