The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Excluding a file type from an archive
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Excluding a file type from an archive
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
09-03-2001
mib
Registered User
Join Date: Jan 2001
Location: Calicut
Posts: 228
Create a file which contains filnames or dir names to be excluded.
ex: ls *.pdf > exclude.files
then use -X or --exclude-file option
tar -cvfX xxx.tar exclude.files /tar/this/dir
mib
View Public Profile
Visit mib's homepage!
Find all posts by mib