never mind, I found what I needed. I thought maybe you didn't need to create an actual file containing the files or directories you wanted to exclude. BTW -- also include the name of the exclude file in the actual exclude file to exclude if desired.
> tar Xcvf exlist test.tar *
or
> tar cvfX test.tar exlist *
The placement of the actual list of files to include (i.e. "*" was what was tripping me up.
where "exlist" is a list of file or directories to exclude
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.