E.J, Burak had it correct. Your right in saying that the program logic reads from the bottom to the top but physically it needs to be the way he wrote it. I would not suggest doing this because your not defining what you need to define "first".
The flow should go like this: 1.) Define drive (domain which is actually there term for partition or actual drive) 2.) Then exclude everything 3.) Then include only what you need. Burak!? check your switches to make sure your using the correct commands for the OS your setting it up for. Also Keep in mind that TSM can also backup the "SYSTEM STATE". Do a search on Tivoli for what the "system state backup" includes. You may find that all you need to do is an Archive of the system state. the NT*.DIT file. Which, by the way, will report as if it did not back it up, but remember as you back the data up it keeps a copy of it in the archive folder. When the restore is done, just do a search on the local machine for that *.dit file you should find it in two places, one in the Winnt and one in a backed up copy of the system state. You will see what I mean your you do it. Hope this helps -----Original Message----- From: Loon, E.J. van - SPLXM [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 7:40 AM To: [EMAIL PROTECTED] Subject: Re: include/exclude for Windows NT Hi Burak! Remember that TSM reads the exclude and include statements from the bottom up, so change it into: Include c:\adsm.sys\...\* NTCLASS Include d:\...\* NTCLASS Exclude *\...\* Domain c: d: Kindest regards, Eric van Loon KLM Royal Dutch Airlines -----Original Message----- From: Burak Demircan [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 13:08 To: [EMAIL PROTECTED] Subject: include/exclude for Windows NT Hi, I want to backup registry of Windows NT but nothing else in �drive c: I am using following options but it also backups the directory structure (not files) How can I only backup registry (c:\adsm.sys directory) and nothing else? Regards, Burak Domain c: d: Exclude *\...\* Include c:\adsm.sys\...\* NTCLASS Include d:\...\* NTCLASS ********************************************************************** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. **********************************************************************
