Re: include/exclude for Windows NT

2002-03-01 Thread Loon, E.J. van - SPLXM
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

include/exclude for Windows NT

2002-03-01 Thread Burak Demircan
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

Re: include/exclude for Windows NT

2002-03-01 Thread Burak Demircan
                To:        [EMAIL PROTECTED]         cc:                 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

Re: include/exclude for Windows NT

2002-03-01 Thread Loon, E.J. van - SPLXM
: Re: include/exclude for Windows NT Bu this does not prevent tsm client to process all directories in drive C:? What can be the solution? Regards, Burak [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 01.03.2002 14:43 Please respond to ADSM-L

Re: include/exclude for Windows NT

2002-03-01 Thread ARhoads
advise if this solves the problem. Steffan - Original Message - From: Burak Demircan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 01, 2002 4:08 AM Subject: include/exclude for Windows NT Hi, I want to backup registry of Windows NT but nothing else in drive c: I am using

Re: include/exclude for Windows NT

2002-03-01 Thread Burak Demircan
                To:        [EMAIL PROTECTED]         cc:                 Subject:        Re: include/exclude for Windows NT Burak, I'd try: Domain c: Exclude *\...\* Presuming you only want the registry - which I have not tested - and presuming that you aren't backing up any other

Re: include/exclude for Windows NT

2002-03-01 Thread Andrew Raibeck
: Subject:Re: include/exclude for Windows NT Hi, Yes you are right but it does not prevent backing-up the file structure and consuming database. I mean: Even if I had exclude c:\...\* in option file, all the file system structure (names of folders) are sent to TSM and saved

Re: include/exclude for Windows NT

2002-03-01 Thread Burak Demircan
Please respond to maadams                 To:        Burak Demircan/152/DCAG/DCX@wK-COOP         cc:                 Subject:        RE: include/exclude for Windows NT Burak, Use the exclude.dir or exclude.backup option

Re: include/exclude for Windows NT

2002-03-01 Thread ARhoads
Burak, then you'll have to code at least: exclude.dir c:\ exclude.dir d:\ If you try that, again pls. advise. Steffan - Original Message - From: Burak Demircan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 01, 2002 5:59 AM Subject: Re: include/exclude for Windows NT Hi

Re: include/exclude for Windows NT

2002-03-01 Thread Consiglio, Tony
:[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