AJ1100
IS-IT--Management
- Dec 8, 2005
- 8
Probably a simple question but just can't seem to work for some reason.
On my Windows 5.0MP7 master how would I add an exclusion for this..
Exclude any DBF file in folders or any subfolders
E:\SQL1\
E:\SQL2\
F:\SQL1\
F:\SQL2\
I can't do
*.DBF
b/c the root needs to be backed up.
I know I can do this for each:
E:\SQL1\*.DBF
E:\SQL1\*\*.DBF
E:\SQL1\*\*\*.DBF
E:\SQL1\*\*\*\*.DBF
etc....
But is there any other way? These folders get pretty deep.
I thought
E:\SQL1\*\*.DBF
is supposed to work but only looks at that folder 1 deep.
Thanks in advance!!
AJ
On my Windows 5.0MP7 master how would I add an exclusion for this..
Exclude any DBF file in folders or any subfolders
E:\SQL1\
E:\SQL2\
F:\SQL1\
F:\SQL2\
I can't do
*.DBF
b/c the root needs to be backed up.
I know I can do this for each:
E:\SQL1\*.DBF
E:\SQL1\*\*.DBF
E:\SQL1\*\*\*.DBF
E:\SQL1\*\*\*\*.DBF
etc....
But is there any other way? These folders get pretty deep.
I thought
E:\SQL1\*\*.DBF
is supposed to work but only looks at that folder 1 deep.
Thanks in advance!!
AJ