How to exclude a dir. with tar

Steven W. Orr steveo at syslang.net
Thu Feb 1 14:49:44 UTC 2007


On Thursday, Feb 1st 2007 at 09:36 -0500, quoth linuxmaillists at charter.net:

=>On Thursday 01 February 2007 09:32, Guillaume wrote:
=>> I have a directory to save located in a home dir, but
=>> inside it a temp dir I dont want to save. I try the
=>> --exclude option of tar to discard this one, but it don't
=>> seem to work.
=>> Someone can help me?
=>
=>Delete the directory or move it then do your tar ball.

What a horrible answer!

Yes, the exclude option works. I just tried it. I have some random 
directory which contains a subdir call images.

531 > tar -cf /tmp/xxx.tar --exclude ./images .
532 > tar -tf /tmp/xxx.tar | grep image
./images.h
./libsprite/image.c
./images.c
533 > 

If yours isn't working then maybe you can play around like I did above 
and/or give us more info.

-- 
Time flies like the wind. Fruit flies like a banana. Stranger things have  .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
steveo at syslang.net




More information about the users mailing list