ADSM-L

Re: Excluding Files from backup on Different Days.

2002-01-18 09:48:25
Subject: Re: Excluding Files from backup on Different Days.
From: "Cook, Dwight E (SAIC)" <cookde AT BP DOT COM>
Date: Fri, 18 Jan 2002 08:45:27 -0600
I would use "archive"
Now with an archive you have to be disk specific but you could do something
like this for each drive attached...
        archive -subdir=yes C:\*.pst
        archive -subdir=yes F:\*.pst
using the -subdir=yes ~should~ force TSM to go down the tree & find all .pst
files on the disk
double check in your environment... I'm a unix-ie and the last time I
checked in a unix envornment something like
        archive -subdir=yes /home/*.xyz
would pick up any *.xyz in any subdirectory...

hope this helps
Dwight