hi all,

I would like to know exactly ... what I should type if I want to exclude any directory 
that is named ".snapshot" and all the files in it of course for example I have these 
directory and filesystems (Unix system)

/apps/.snapshot/
/.snapshot/
/local/apps/.snapshot/
/local/long/short/down/.snapshot/

so I want to exclude all the directories and files that is in the .snapshot directory. 
can I do it using 

exclude.fs /.../.snapshot/.../*       <---- will this work for all subdirectories ?

or 

exclude.dir /*/*/.snapshot/.../*       <---- will this only go down to 2 level of 
subdirectory ?

I really need to know how to exclude this directory ... as long as TSM sees it's 
.snapshot it will skip that directory .. and exclude it from the backup ... !

Regards
Shukrie

Reply via email to