ADSM-L

Antwort: Re: [ADSM-L] incl/excl list problem

2006-09-07 01:55:39
Subject: Antwort: Re: [ADSM-L] incl/excl list problem
From: Dierk Harbort <Dierk.Harbort AT BUERGEL DOT DE>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 7 Sep 2006 07:54:08 +0200
Good morning Andrew,

thank you - it works now. I also implemented Richards statements in my
list.

regards,

Dierk



|---------+--------------------------->
|         |           Andrew Raibeck  |
|         |           <storman AT US DOT IBM.|
|         |           COM>            |
|         |           Gesendet von:   |
|         |           "ADSM: Dist Stor|
|         |           Manager"        |
|         |           <[email protected]|
|         |           T.EDU>          |
|         |                           |
|         |                           |
|         |           06.09.2006 15:25|
|         |           Bitte antworten |
|         |           an "ADSM: Dist  |
|         |           Stor Manager"   |
|         |                           |
|---------+--------------------------->
  
>--------------------------------------------------------------------------------------------------------------------------------------------------|
  |                                                                             
                                                                     |
  |        An:      ADSM-L AT VM.MARIST DOT EDU                                 
                                                                            |
  |        Kopie:                                                               
                                                                     |
  |        Thema:   Re: [ADSM-L] incl/excl list problem                         
                                                                     |
  
>--------------------------------------------------------------------------------------------------------------------------------------------------|




EXCLUDE.DIR statements should not end with the directory delimiter.

Right: EXCLUDE.DIR C:\MyDir
Wrong: EXCLUDE.DIR C:\MyDir\

Also note that EXCLUDE.DIR is alway processed before INCLUDE or EXCLUDE,
so sandwiching EXCLUDE.DIR between other INCLUDE or EXCLUDE statements
implies a processing sequence that does not match actual processing, and
could confuse others. A more accurate positioning of these statements
would thus be:

 exclude /.../*
 include /data/.../*
 exclude /.../SSC*
 exclude /.../ssc*

 exclude.dir /data/xyz/abctest/fehler/
 exclude.dir /data/xyz/fpcp/fehler/
 exclude.dir /data/abc/abctest/fehler/
 exclude.dir /data/abc/abctest/tmp/
 exclude.dir /data/abc/bwup/fehler/
 exclude.dir /data/abc/bwup/fehler/
 exclude.dir /data/tmp/
 exclude.dir /data/abc/abctest/logs/
 exclude.dir /data/xyz/abctest/logs/

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
Internet e-mail: storman AT us.ibm DOT com

IBM Tivoli Storage Manager support web page:
http://www-306.ibm.com/software/sysmgmt/products/support/IBMTivoliStorageManager.html


The only dumb question is the one that goes unasked.
The command line is your friend.
"Good enough" is the enemy of excellence.

"ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU> wrote on 09/06/2006
02:01:10 AM:

> Hello TSMers,
>
> could somebody please give me an idea whats wrong with this incl/excl
list?
> The problem is the following:
> The backup runs, but complets with failures named "...file not found" in
> some excluded directories; those directories are excluded,
> becourse they have only temporary files with a short lifetime inside -
> nothing to backup.
> This error occurs only in /data/abc/abctest/logs/ and exclude.dir
> /data/abc/bwup/fehler/. Why??
> This is the list:
>
> exclude /.../*
> include /data/.../*
> exclude.dir /data/xyz/abctest/fehler/
> exclude.dir /data/xyz/fpcp/fehler/
> exclude.dir /data/abc/abctest/fehler/
> exclude.dir /data/abc/abctest/tmp/
> exclude.dir /data/abc/bwup/fehler/
> exclude.dir /data/abc/bwup/fehler/
> exclude.dir /data/tmp/
> exclude.dir /data/abc/abctest/logs/
> exclude.dir /data/xyz/abctest/logs/
> exclude /.../SSC*
> exclude /.../ssc*
>
>
> TIA
>
> Dierk

<Prev in Thread] Current Thread [Next in Thread>
  • Antwort: Re: [ADSM-L] incl/excl list problem, Dierk Harbort <=