Hi, include is equivalent to include.backup and include.file (see TSM for Windows: Backup-Archive Clients Installation and User's Guide page 29). Your include statement will include all files in directory h:\sql_dumpfiles\sql that start with collaboration. What you want is
include h:\sql_dumpfiles\sql\collaboration*\...\* 14DAY-MGT BTW: See Richard Sims TSM Docu at http://people.bu.edu/rbs/ADSM.funcdir *.* Wildcard specification often seen in Windows include-exclude specifications - being a formed-habit holdover from DOS "8.3" filename formats, and which is largely an obsolete concept these days, which should not be used... Explicitly, *.* means any file name with the '.' character anywhere in the name, whereas * means any file name. HTH Thomas Rupp -----Ursprüngliche Nachricht----- Von: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Im Auftrag von Gill, Geoffrey L. Gesendet: Donnerstag, 31. August 2006 09:11 An: [email protected] Betreff: Re: [ADSM-L] Include statement I didn't see any response to this so I thought I'd post again. I'm trying to include "all files" in a specific directory that begin with the work collaboration to a specific management class. The full name of the file may or may not have more than just this word in it and the extension may be different for some. Is my syntax correct or should I be using *.* instead? include h:\sql_dumpfiles\sql\collaboration* 14DAY-MGT Thanks, Geoff Gill TSM Administrator PeopleSoft Sr. Systems Administrator SAIC M/S-G1b (858)826-4062 Email: <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]
