Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Compress directories using tar
Name: afnhe Date: April 10, 2007 at 11:56:10 Pacific OS: FC6 CPU/Ram: Intel 2 Core Duo / 2 GB Product: Fujitsu/Siemens
Comment:
Greetings i want to compress some directories using tar.
teste]$ tree . `-- teste1 |-- teste12 `-- teste13
My question is: how can i exclude some directories using tar? if a use tar cvf teste1.tgz teste1/ ok it'll compress the all dir but i want exclude for example the subdir teste13. Thanks for any help.
Summary: A tar.gz filed is actually a tarred file which is gzipped... Let me explain... What tar does is that it creates one file out of many files/folders. IT DOES NOT COMPRESS. What gzip does is it compresse...
Summary: You're not really "installing" the codecs, just extracting them. Use "tar xjf essential-20050412.tar.bz2". The x tells tar to extract, j indicates that it's bz2 compressed (z for gz compression is als...
Summary: Sounds like you have a DDS2 (4Gb/8Gb) and due to the fact that MP3 compression is pretty good I don't think you'll be able to fit them all onto one tape. You could use tar (Tape ARchive) to make all t...