Thanks David and Andy, I had inserted some lines into dsm.opt: exclude "d:\...\*" exclude.dir "d:\em\" exclude "d:\*"
The client dsmc query inclexcl can get some lines as follow: Incl All d:\270.jpg dsm.opt Incl All c:\dsm.opt dsm.opt Excl All d:\* dsm.opt Excl All d:\...\* dsm.opt Excl All d:\...\* dsm.opt Excl Directory d:\em\ dsm.opt I had reboot the windows client,but the schedule still backup all files in d: drive. Thanks ----- Original Message ----- From: "David McClelland" <[EMAIL PROTECTED]> To: <ADSM-L@VM.MARIST.EDU> Sent: Monday, October 31, 2005 6:06 PM Subject: Re: [ADSM-L] HELP:windows schedule question Hi Liming, Include exclude lists are a common area of confusion for new users to TSM - on the one hand they look as though they should be quite straightforward; on the next glance they might appear overly complicated; on final study, one understands the rationale behind why they necessarily are how they are and realises just how powerful and flexible they can be. If I understand your question correctly, I'll attempt to answer it in two ways - firstly, RTFM :o) See following links to the TSM Windows Backup Archive Client http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/topic/com.ibm.itsmc.doc/ans6000052.htm#idx129 http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/topic/com.ibm.itsmc.doc/ans6000053.htm#idx130 http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/topic/com.ibm.itsmc.doc/ans6000053.htm#inexsec http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/topic/com.ibm.itsmc.doc/ans6000055.htm#idx202 Next, some things you should know about exclude.fs: it takes precedence over any other 'normal' excludes or includes, as does exclude.dir etc - so logically, it will always be processed first, irrespective of actually order in your list. However, and most importantly here, EXCLUDE.FS is, I believe, a UNIX client only option, and not valid on Windows clients such as your example below. To achieve what you're looking for, try the following (deleting your existing includes and excludes from your dsm.opt first of all): exclude "d:\*" exclude "d:\...\*" include "d:\d270.jpg" Hope that helps, Rgds, David McClelland Storage and Systems Management Specialist IBM Tivoli Certified Deployment Professional (ITSM 5.2) SSO UK Service Delivery ? Storage Services IBM Global Services ? IBM United Kingdom liming <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <ADSM-L@VM.MARIST.EDU> 31/10/2005 09:26 Please respond to "ADSM: Dist Stor Manager" To ADSM-L@VM.MARIST.EDU cc Subject [ADSM-L] HELP:windows schedule question Hi all,I'm confused by windows TSM schedule,my tsm client option file as fellow: TCPSERVERADDRESS 192.192.192.23 PASSWORDACCESS GENERATE EXCLUDE.fs "d:\" include "c:\dsm.opt" standard DOMAIN D: SUBFILEBACKUP NO BACKUPREGISTRY NO DFSBACKUPMNTPNT NO schedmode prompted INCLUDE "d:\270.jpg" STANDARD I only want to backup the file d:\270.jpg,but everytime the schedule backup all the files in filesystem d:,what's wrong with it?Thanks!