ADSM-L

Re: TDP for Exchange

2002-06-21 13:38:49
Subject: Re: TDP for Exchange
From: Tony Morgan <TONY.MORGAN AT FORTISBANK DOT COM>
Date: Fri, 21 Jun 2002 19:34:04 +0200
Guys,

try this...
  Setup an environment variable called, say, BTYPE
        (use SET and SETX [NTRESKIT] to set the flag intra-session)
  Before each Incremental Backup check this var and run a full backup if it
is FULL
  Before each Incremental Backup set this to FULL
  Call the backup as an external .cmd (this gives you control)
  If the backup fails, then errorlevel will be > 0 so don't reset the
flag...
  If the backup succeeds, then errorlevel will be = 0 so reset the flag to,
say, INCR

I have not got time to write and test the code, but the principle is all
there.

All the best
Tony Morgan
Fortis Bank
London


<Prev in Thread] Current Thread [Next in Thread>