> I want to know what the exclude list should look like to make sure I exclude
> all files with these extensions in any directory/subdirectory contained
> under the disklist entries:
> .ora 
> .dbf 
> .dmp 
> .dmp.gz.xx

It seems that the safest way is:

*.ora
*.dbf
*.dmp
*.dmp.gz.*

without the initial ./


Olivier
 

Reply via email to