Hi

That will be a diffícult solution... just use:

exclude "c:\...\*"
include "c:\abc\abc.txt" mgtname

that will work

Regards
Flemming

-----Oprindelig meddelelse-----
Fra: Dirk Kastens [mailto:[EMAIL PROTECTED]]
Sendt: 25. juni 2002 09:12
Til: [EMAIL PROTECTED]
Emne: Re: include/exclude question


Hi,

> exclude.dir "a:\"
> exclude.dir "b:\"
> exclude.dir "c:\"
> exclude.dir "d:\"
> exclude.dir "f:\"
> include "c:\abc\abc.txt" mgtname
>
> with above nothing works .

Just read the Windows client manual, page 16, "Excluding
directories":

"TSM evaluates all exclude.dir statements first (regardless
od their position within the include-exclude list)...
The exclude.dir statement overrides all include statements
that match the pattern."

So you have to explicitly exclude all the directories of
drive c: except the one that you want to backup.

Regards,
Dirk

Reply via email to