Here's my .opt file with excludes/includes. I think you can get what you want from this by breaking out the include statements and putting them into whatever .opt file you're running etc. Notice the syntax that I had to use for selecting directories, I had to play with that a bit. I only run a single backup which means all directories are getting scanned still but I think you guys were more or less looking for the select statements? Sorry to post if this isn't what you're looking for ;)
PASSWORDACCESS GENERATE DOMAIN C: DOMAIN E: DOMAIN F: DOMAIN G: DOMAIN SYSTEMSERVICES DOMAIN SYSTEMSTATE TCPSERVERADDRESS <servername> ERRORLOGRETENTION 7 SCHEDLOGRETENTION 7 LARGECOMMBUFFERS YES COMPRESSALWAYS NO POSTSCHEDULECMD "C:\Program Files\Tivoli\TSM\baclient\PostScheduleCmd.bat" INCLUDE "G:\...\*" ARCHIVE INCLUDE "F:\...\*" ARCHIVE INCLUDE "E:\...\*" GHOST INCLUDE "C:\...\*" NT EXCLUDE.BACKUP "*:\microsoft uam volume\...\*" EXCLUDE.BACKUP "*:\microsoft uam volume\...\*.*" EXCLUDE.BACKUP "*:\...\EA DATA. SF" EXCLUDE.BACKUP "*:\IBMBIO.COM" EXCLUDE.BACKUP "*:\IBMDOS.COM" EXCLUDE.BACKUP "*:\IO.SYS" EXCLUDE.BACKUP "*:\...\system32\config\...\*" EXCLUDE.BACKUP "*:\...\system32\Perflib*.dat" EXCLUDE.BACKUP "*:\...\system32\dhcp\...\*" EXCLUDE.BACKUP "*:\...\system32\dns\...\*" EXCLUDE.DIR "*:\System Volume Information" EXCLUDE.DIR "*:\...\Temporary Internet Files" EXCLUDE.DIR "*:\Recycled" EXCLUDE.DIR "*:\Recycler" On 6/7/07, Doug Fox <[EMAIL PROTECTED]> wrote:
I have 4 volumes on a server and my .opt file just contains DOMAIN C: DOMAIN E: DOMAIN F: DOMAIN G: The VOLNAME: above was supposed to be where you put the volume name like the statement I pasted. So for the above drive it looks like yours should say DOMAIN NDS: or DOMAIN NDS On 6/6/07, Zoltan Forray/AC/VCU <[EMAIL PROTECTED]> wrote: > > We must be missing something since we tried the DOMAIN VOLNAME: way and > it wasn't happy/didn't backup anything. > > Thanks for the info. I too felt it should work this way. > ---------------------------------------------------- > Zoltan Forray > Virginia Commonwealth University > Office of Technology Services > University Computing Center > e-mail: [EMAIL PROTECTED] > voice: 804-828-4807 > > > > Matt Zufelt <[EMAIL PROTECTED]> > Sent by: "ADSM: Dist Stor Manager" < [email protected]> > 06/06/2007 01:00 PM > Please respond to > "ADSM: Dist Stor Manager" <[email protected]> > > > To > [email protected] > cc > > Subject > Re: [ADSM-L] Netware backup include/exclude/domain issues > > > > > > > I have something similar with a NetWare cluster here. Any given server > has an instance of the TSM client loaded for the local SYS volume and > server specific information. Then, each clustered resource (which has > its > own volume) loaded on that server has another instance of the TSM > client. > The dsm.opt file for the server contains the line: > > DOMAIN SYS: SERVERSPECIFICINFO > > This causes that instance of the TSM client to only backup sys and > serverspecificinfo, but skips the other volumes that are present on the > server > > The dsm.opt file on the other volumes have the line: > > DOMAIN VOLNAME: > > and only backup the volume that is explicitly stated in the domain line. > There shouldn't be a need to negate volumes using DOMAIN. Just > explicitly > define the volume you want to backup. > > Matt Zufelt > Southern Utah University > > > >>> On 6/6/2007 at 10:40 AM, Zoltan Forray/AC/VCU <[EMAIL PROTECTED]> > wrote: > > We have this big-honkin Netware server we are creating, to consolidate > > multiple smaller servers. > > > > Each department will have their own volume. Therefore, we need to > create > > multiple opt files and nodes to keep each volumes backup separate from > > the > > others. We created separate Netware id's that have specific rights to > > their volumes, only. > > > > Try as I might, I can't seem to get an incremental backup from > scanning > > all the volumes and generating errors. > > > > If I negate the volumes via the DOMAIN statement, this works. But, as > we > > add volumes, we would have to go around and update dozens of opt > > files.....not a good idea since we are already at 20-volumes. > > > > I tried the approach of EXCLUDE *\*:* and then an INCLUDE > > server\volume:/.../ but it still scans everything. Even tried > > exclude.dir * > > > > It also keeps erroring on trying to backup "System specific > information" > > eventhough I have DOMAIN -SYS: -NDS. How do you exclude this attempt > to > > backup the "system specific information" on a Netware system ? > > > > What am I doing wrong ? Anyone else have this kind of configuration. > > ---------------------------------------------------- > > Zoltan Forray > > Virginia Commonwealth University > > Office of Technology Services > > University Computing Center > > e-mail: [EMAIL PROTECTED] > > voice: 804-828-4807 >
