[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference cookie::archive_backup

Title:Archive/Backup
Moderator:COOKIE::MHUAIG
Created:Wed Sep 08 1993
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:479
Total number of notes:2283

389.0. "VMS 7.1 on Alpha DEC 7610, ABSOMT 2.1, TZ877 backup problems" by VNASWS::WILFRIED (Wilfried Bergmann, Austria) Fri Feb 28 1997 05:39

Hi,

	before installing ABMOMT 2.1 I've removed everything from previous
SLS, ABS installations from my System. Then I installed ABSOMT021 which
automatically installs MDMSOMT028 - successfully.

Problem:
When I start a backup, ABS seems to have problems with MDMS because it
never automatically mounts a tape. Instead I always get a OPCOM message
-----------------------------------------------------------------------------
%%%%%%%%%%%  OPCOM  28-FEB-1997 13:14:33.53  %%%%%%%%%%%
Request 69, from user SLS on FATUM
Load "ACT004" on _$254$MKD500: write-enabled
Requested by:   ABS on
Owned by: ABS
Location: ACT
-----------------------------------------------------------------------------
When I use

	$ ROBOT LOAD SLOT x

the backup completes successfully.

Now, it ought to work automatically, right?

I'll post TAPESTART.COM in .1 and some STORAGE SHOW and REPORT output in .2

Thanks for any help!

P.S.:
If you look at the OPCOM message above, it says

"Requested by:   ABS on"

without the node name following, like in my case "ABS on FATUM". Is this
an indication for my problems?

T.RTitleUserPersonal
Name
DateLines
389.1TAPESTART.COMVNASWS::WILFRIEDWilfried Bergmann, AustriaFri Feb 28 1997 05:41289
$ PRI := FATUM                     ! Server node or cluster alias
$ DB_NODES := FATUM               ! Nodes to start database server on
$!
$!*  COPYRIGHT (c) 1995 BY DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASSACHUSETTS.
$!
$! MDMS_TAPESTART.COM           SLS V2.8
$!
$! This file contains the symbols you define to characterize your
$! SLS configuration.
$!
$! Do NOT start SLS by executing this file.
$!
$! You MUST use the following command to start SLS:
$!
$!      $ @ SYS$STARTUP:SLS$STARTUP
$!
$! -----------------------------------------------------------------------------
$!
$! SLS Base Configuration Symbols
$!
$! -----------------------------------------------------------------------------
$! Device and directory for SLS databases
$!
$       PRIMAST := SLS$ROOT:[PRIMAST]
$!
$! --------------------------
$! Timeout interval (in seconds) for client-server connection response
$!
$       NET_REQUEST_TIMEOUT = 120
$!
$! --------------------------
$! Node Name
$!
$       NODE := 'F$TRNLNM ("SYS$NODE")'
$       NODE = NODE - "::" - "_"
$!
$! --------------------------
$! Batch queue for SLS processing
$!
$       IF NODE .NES. "" .AND. F$GETSYI("CLUSTER_MEMBER","''NODE'") .EQ. "TRUE"
$         THEN BATN := SLS$'NODE' -
                        /ON='NODE':: -
                        /JOB_LIM=1 -
                        /BASE=4 -
                        /PROT=(S:RWED,O:RWED,G,W)
$         ELSE BATN := SLS$ -
                        /JOB_LIM=1 -
                        /BASE=4 -
                        /PROT=(S:RWED,O:RWED,G,W)
$       ENDIF
$!
$! --------------------------
$! Drive media types and densities
$!
$! During the SLS installation, a file called
$! SLS$DATAC:SLS$AUTOCONFIGURE_MEDIA_TRIPLETS.TXT was created and can be
$! included here.  This file contains media triplets for the known tape
$! devices on the system from which the installation was performed.  These
$! triplets can be modified as needed to fit your needs and are provided as a
$! customized template.  A new template file can be generated any time after
$! the installation by executing
$! SLS$SYSTEM:SLS$AUTOCONFIGURE_MEDIA_TRIPLETS.EXE.  Note that SLS$DATAC must
$! be defined for this program to complete successfully.  SLS$DATAC is always
$! defined while SLS is running.
$!
$! Please see the SLS Administrator's Guide for more information on setting up
$! media triplets if you are new to SLS.
$!
$! The following media triplet is required for the SLS IVP to run successfully
$! during installation and should be deleted if the above template file is
$! used.
$!
$     MTYPE_1   := TK87K
$     DENS_1    := COMP
$     DRIVES_1  := $254$MKD500:
$!
$     MTYPE_2   := TK87K
$     DENS_2    := NOCOMP
$     DRIVES_2  := $254$MKD500:
$!
$     MTYPE_3   := TK87K
$     DENS_3    :=
$     DRIVES_3  := $254$MKD500:
$!
$! --------------------------
$! Tape jukebox definitions - See the V2.5 documentation for full explanation
$!                            and proper use.  These should not be confused with
$!                            the RV64 items below.
$!
$      TAPE_JUKEBOXES := "TZ877"
$!
$      TZ877 := "FATUM::MKD501:,FATUM::mkd500:"
$!
$! --------------------------
$! Execution priority for SLS server and client processes
$!
$       MGRPRI := 8
$!
$! --------------------------
$! Enable or Disable broadcast of network state changes to operators
$!
$       VERBOSE = 0
$!
$! --------------------------
$! SLS software execution privileges
$!
$       PRIV_SEEANY := OPER
$       PRIV_MODANY := OPER
$       PRIV_MAXSCR := OPER
$       PRIV_LABEL  := OPER
$       PRIV_CLEAN  := OPER
$       PRIV_MODOWN := TMPMBX
$!
$! -----------------------------------------------------------------------------
$!
$! Operator Terminal Control
$!
$! -----------------------------------------------------------------------------
$! Basic control assignments
$!
$       CRLF[0,8] = 13
$       CRLF[8,8] = 10
$       ESC[0,8] = 27
$!
$! --------------------------
$! Load requests
$!
$       ESC_LOAD_BOLD = ESC + "[1m" + ESC + "[7w"
$       ESC_LOAD_BLNK = ESC + "[5m" + ESC + "[7w"
$       ESC_LOAD_NORM = ESC + "[m" + ESC + "[w"
$!
$! --------------------------
$! Drive allocation
$!
$       ESC_ALLOC_BOLD = ESC + "[1m"
$       ESC_ALLOC_NORM = ESC + "[m"
$!
$! --------------------------
$! Volume mount label and ring verification
$!
$       ESC_MOUNT_OPER = CRLF + ESC + "[1m" + ESC + "#6 OPERATOR:"
$       ESC_MOUNT_BOLD = ESC + "[1m"
$       ESC_MOUNT_NORM = ESC + "[m"
$!
$! -----------------------------------------------------------------------------
$!
$! SLS Volume Control Symbols
$!
$! -----------------------------------------------------------------------------
$! Name of media library location
$!
$       LOC := ACT
$!
$! --------------------------
$! Default protection of volumes
$!
$       PROTECTION = %X0133
$!
$! --------------------------
$! Default reel size for STORAGE ALLOCATE command
$!
$       ALLOCSIZE = 2400
$!
$! --------------------------
$! Name of file or device to which volume labels are written
$!
$       LBL := _NL:
$!
$! --------------------------
$! State to put deallocated volumes into
$!
$       FRESTA := TRAN
$!
$! --------------------------
$! Time that a volume stays in transition state
$!
$       TRANS_AGE := 14 0:0:0
$!
$! --------------------------
$! Default time that the scratch date is set with a STORAGE ALLOCATE
$!
$       ALLOCSCRATCH := 365 0:0:0
$!
$! --------------------------
$! Default time that the scratch date is set with a STORAGE SAVE
$!
$       BACKUPSCRATCH := 365 0:0:0
$!
$! --------------------------
$! Maximum scratch time (for a non-OPER privileged user)
$!
$       MAXSCRATCH :=
$!
$! --------------------------
$! Notify by mail when volumes have reached the scratch date
$!
$       TAPEPURGE_WORK := MAIL
$!
$! --------------------------
$! If notifying by mail, assign additional recipients of message
$!
$       TAPEPURGE_MAIL := SYSTEM
$!
$! --------------------------
$! Default name for the offsite vault
$!
$       VLT := ACT off-site
$!
$! --------------------------
$! Drives to be controlled by SLS
$!
$       ALLDEV := $254$MKD500:
$       SELDEV := $254$MKD500:
$!
$! --------------------------
$! Time interval to check for freed drives
$!
$       ALLTIM := 0 0:0:30
$!
$! --------------------------
$! Operator(s) to receive volume load requests.
$!
$       TOPERS := TAPES
$!
$! --------------------------
$! STORAGE LOAD automatic load flag
$!
$       QUICKLOAD = 1
$!
$!   Number of times to retry an automount (approximately 20 seconds each)
$!
$       QUICKLOAD_RETRIES = 80
$!
$! --------------------------
$! UNATTENDED BACKUPS flag
$!
$       UNATTENDED_BACKUPS = 0
$!
$! --------------------------
$! Cleanup queue and run time
$!
$       CLEANUP_Q := 'F$EXTRACT(0,F$LOCATE("/",BATN),BATN)'/AFTER=03:00
$!
$!---------------------------------------------------------------------
$!
$! The following Jukebox definitions are for RV64's only.  These should
$! not be confused with the TAPE JUKEBOX items above.
$!
$!---------------------------------------------------------------------
$!
$! Default RV64 jukebox name for STORAGE IMPORT on an RV64
$!
$!      JUKEBOX := JCS$DEFAULT_JUKEBOX
$!
$! --------------------------
$! Names, and lowest and highest numbered slots for each RV64 jukebox
$!
$!      JUKEBOX_1_LOWER := 1
$!      JUKEBOX_1_UPPER := 64
$!
$!---------------------------------------------------------------------
$!
$! Controlling Standby archiving
$!
$!---------------------------------------------------------------------
$! Log file for standby archiving
$!
$       SBARLOG := SLS$DATA:STANDBY_ARCHIVE.LOG;
$!
$! --------------------------
$! Request scan interval time
$!
$       SBARINT := 00:00:30
$!
$! --------------------------
$! Default archive class for backup screen
$!
$       SBACLAS  = "FOREVER <- insert archive class here"
$!
$!---------------------------------------------------------------------
$!
$! Continue SLS boot.
$!
$       IF F$SEARCH("SLS$ROOT:[CUSTOM]LOADER.COM") .NES. ""
$       THEN
$               @SLS$ROOT:[CUSTOM]LOADER
$       ELSE
$               @SLS$ROOT:[SYSTEM]LOADER
$       ENDIF
389.2output from some show, report commandsVNASWS::WILFRIEDWilfried Bergmann, AustriaFri Feb 28 1997 05:45110
FATUM� stor show juke
Tape Jukebox TZ877 is configured.

  Tape jukebox TZ877, contains robot FATUM::MKD501:,
    contains 1 drive.

    Drive                               Drive Status
    FATUM::MKD500:                      Available
------------------------------------------------------------------------------
FATUM� stor sho mag mag1

Magazine MAG1, is imported into tape jukebox TZ877,
  magazine size is 7 slots.

  Magazine      Jukebox        Volume      Volume        Volume        Volume
    Slot          Slot           ID         Type         State        Location
      0             0          ACT001    SLS volume     Allocated     In Slot
      1             1          ACT002    SLS volume     Allocated     In Slot
      2             2          ACT003    SLS volume     Allocated     In Slot
      3             3          ACT004    SLS volume     Allocated     In Slot
      4             4          ACT005    SLS volume       Free        In Slot
      5             5          ACT006    SLS volume       Free        In Slot
      6             6          ACT007    SLS volume       Free        In Slot
------------------------------------------------------------------------------
FATUM� storage report vol vol,flag,media=(tk87k), pool, drive

Run date 28-FEB-1997 13:45                                           Page     1

                           Volume Database File Report
Volume    Status  Media Type        Pool          Drive
---------------------------------------------------------------------------------
&+ACT003  Free    TK87K             %ABS_VOLSET%
&+ACT004  Free    TK87K             %ABS_VOLSET%
ACT001    Alloc   TK87K                           *FATUM::$254$MKD500
ACT002    Alloc   TK87K
ACT003    Alloc   TK87K                           *FATUM::$254$MKD500
ACT004    Alloc   TK87K
ACT005    Free    TK87K
ACT006    Free    TK87K
ACT007    Free    TK87K

         9 record(s) found

STORAGE REPORT VOL VOL,FLAG,MEDIA=(TK87K),POOL,DRIVE
---------------------------------------------------------------------------------
FATUM� stor sho vol act001

  Volume:      ACT001               Owner:      FATUM::ABS
  Format:      BACKUP               Brand:
  Allocated:   27-FEB-1997 13:05    Scratch:    13-APR-1997 13:05
  Purchased:   27-FEB-1997 11:22    Cleaned:    27-FEB-1997 11:22
  Media type:  TK87K                Length:          0
  Mounts:           3               UIC:        [ABS]
  Location:    ACT                  Protection: S:RW,O:RW,G:R,W:
  Notes:
  Offsite:                          Onsite:
  IO Errors:        0               Flag:       ALLOCATED
  Next volume: *none*               Previous:   *none*
  Pool:                             Rec len: 0  Block factor: 0
  Initialized: 27-FEB-1997 13:05    Density:    COMP
  Slot number:
  Side:                             Other side:
  Jukebox / slot:     TZ877 / 0
  Drive:       *FATUM::$254$MKD500
  Volume is in a jukebox slot.
  Volume is bound to slot 0 in magazine MAG1.

FATUM� stor sho vol act002

  Volume:      ACT002               Owner:      FATUM::ABS
  Format:      BACKUP               Brand:
  Allocated:   27-FEB-1997 13:24    Scratch:    13-APR-1997 13:24
  Purchased:   27-FEB-1997 11:22    Cleaned:    27-FEB-1997 11:22
  Media type:  TK87K                Length:          0
  Mounts:           0               UIC:        [ABS]
  Location:    ACT                  Protection: S:RW,O:RW,G:R,W:
  Notes:
  Offsite:                          Onsite:
  IO Errors:        0               Flag:       ALLOCATED
  Next volume: *none*               Previous:   *none*
  Pool:                             Rec len: 0  Block factor: 0
  Initialized: 27-FEB-1997 13:24    Density:    COMP
  Slot number:
  Side:                             Other side:
  Jukebox / slot:     TZ877 / 1
  Drive:
  Volume is in a jukebox slot.
  Volume is bound to slot 1 in magazine MAG1
.
FATUM� stor sho vol act003

  Volume:      ACT003               Owner:      FATUM::ABS
  Format:      BACKUP               Brand:
  Allocated:   28-FEB-1997 12:26    Scratch:    14-APR-1997 12:26
  Purchased:   27-FEB-1997 11:22    Cleaned:    27-FEB-1997 11:22
  Media type:  TK87K                Length:          0
  Mounts:           1               UIC:        [ABS]
  Location:    ACT                  Protection: S:RW,O:RW,G:R,W:
  Notes:
  Offsite:                          Onsite:
  IO Errors:        0               Flag:       ALLOCATED
  Next volume: *none*               Previous:   *none*
  Pool:                             Rec len: 0  Block factor: 0
  Initialized: 28-FEB-1997 12:26    Density:    COMP
  Slot number:
  Side:                             Other side:
  Jukebox / slot:     TZ877 / 2
  Drive:       *FATUM::$254$MKD500
  Volume is in a jukebox slot.
  Volume is bound to slot 2 in magazine MAG1.
389.3Could this be the problem?COOKIE::MHUAFri Feb 28 1997 10:1019
    
    Hi,
    
    Will you post a data file called abs$system:abs$policy_config.dat
    in the next reply?
    
    See if the very last line of this file says :
    
    ABS$POLICY_ENGINE_LOCATION = FATUM::
    
    If you want to talk to a tape drive only available from this node,
    but not from other nodes, you have to make the above line to say
    FATUM::.  ABS server talks to the MDMS where the server is running,
    and if the server (policy engine) is not up on FATUM::, you have
    problems getting to the tape drive.
    
    If the above line is changed, make sure you restart ABS.
    
    Masami                                                  
389.4abs$system:abs$policy_config.datVNASWS::WILFRIEDWilfried Bergmann, AustriaSun Mar 02 1997 08:3645
!
! This is the configuration file for the abs_policy_engine
! for version 1.0 this is not dynamic
!
 ABS$AUDIT_ALL = FALSE
 ABS$COLLECT_STATISTICS = TRUE
 ABS$DEBUG_LOG = FALSE
 !
 ABS$AUDIT_CREATE_ARCHIVE_CLASS = FALSE
 ABS$AUDIT_SET_ARCHIVE_CLASS    = FALSE
 ABS$AUDIT_SHOW_ARCHIVE_CLASS    = FALSE
 ABS$AUDIT_DELETE_ARCHIVE_CLASS = FALSE
 !
 ABS$AUDIT_CREATE_ARCHIVE_REQUEST = TRUE
 ABS$AUDIT_SET_ARCHIVE_REQUEST  = FALSE
 ABS$AUDIT_SHOW_ARCHIVE_REQUEST = FALSE
 ABS$AUDIT_DELETE_ARCHIVE_REQUEST = TRUE
 !
 ABS$AUDIT_CREATE_RESTORE_REQUEST = TRUE
 ABS$AUDIT_SET_RESTORE_REQUEST     = FALSE
 ABS$AUDIT_SHOW_RESTORE_REQUEST   = FALSE
 ABS$AUDIT_DELETE_RESTORE_REQUEST = TRUE
 !
 ABS$AUDIT_CREATE_EXEC_ENV         = FALSE
 ABS$AUDIT_SET_EXEC_ENV    = FALSE
 ABS$AUDIT_SHOW_EXEC_ENV           = FALSE
 ABS$AUDIT_DELETE_EXEC_ENV         = FALSE
 !
 ABS$AUDIT_CLIENT = FALSE
 !
 ABS$MAX_SHUTDOWN_WAIT = 5
 !
 ! client server image match checking
 !
 ABS$IMAGE_VERSION_CHECK_LEVEL = MODERATE
 !
 ! Net work object name / base name for audit log file
 !
 ABS$NET_OBJECT_NAME = ABS$POLICY
 !
 !
 ! List of nodes for Policy Engine
 !      (appended in KITINSTAL at installation)
 !
ABS$POLICY_ENGINE_LOCATION = FATUM::
389.5Things to checkCOOKIE::MHUATue Mar 04 1997 15:1118
    
    Okay,
    
    I visited the SLS guy and he suggested one thing.  Try manually loading
    the tape to the drive by issuing storage load command.  ABS is calling
    MDMS api to do the "storage load", so this should test it.
    
    If storage load gets the same problem (OPCOM displayed and does not
    load automatically), the problem is below MDMS.
    
    Another idea is that when you manually removed previously installed
    SLS, may be there were some files left over from the old SLS which are
    causing unexpected behaviors. Could this be possible???? 
    
    Thanks,
    Masami
    
    
389.6front panel switch on TZ877?COOKIE::MHUATue Mar 04 1997 15:198
    
    Another thing I heard from a robot guy here is that there is a key
    switch in the front panel of TZ877. You can change the mode of the
    drive to OPC disabled, automatic, manual or service mode.  See which
    mode the switch is set to.  
    
    Masami
    
389.7RE: key switch, old SLS versionVNASWS::WILFRIEDWilfried Bergmann, AustriaThu Mar 06 1997 08:3151
Re .5, .6:

Thanks for your suggestions!

Unfortunately I don't have the TZ877, so I don't know the symbol's meaning
of the key switch. It was set to a symbol of a locked lock. At this point
I issued the following command:

	$ storage load $254$MKD500: ACT005

which caused a new (additional) operator message (now I have 2 out-standing
OPCOM messages:
------------------------------------------------------------------------------
FATUM� reply/stat
%%%%%%%%%%%  OPCOM   6-MAR-1997 16:24:41.84  %%%%%%%%%%%
Operator status for operator _FATUM$FTA13:
TAPES

%%%%%%%%%%%  OPCOM   1-MAR-1997 12:32:28.70  %%%%%%%%%%%
Request 70, from user SLS on FATUM
Load "ACT005" on _$254$MKD500: write-enabled
Requested by:   ABS on
Owned by: ABS
Location: ACT

%%%%%%%%%%%  OPCOM   6-MAR-1997 16:07:31.89  %%%%%%%%%%%
Request 74, from user SLS on FATUM
Load "ACT005" on _$254$MKD500:
Requested by:   SYSTEM on FTA12:
Owned by: ABS
Location: ACT
------------------------------------------------------------------------------

And the STORAGE LOAD command never finishes!

What is the correct position of the key swich to let MDMS handle the robot?

==============================================================================

Yes, you're right, I manually tried to remove all of an old SLS installation.
I don't know if I've overlooked something to delete. When I finaly installed
ABS OMT, I moved everything to a different disk (previously everything was
at the default location below SYS$COMMON.).

==============================================================================

The only way I could get on and let ABS OMT do a backup was to use the
ROBOT utility to move the requested tape into the drive.


Thanks again, Wilfried
389.8try circular arrows positionCOOKIE::HEISLERChris Heisler, ABS EngineeringThu Mar 06 1997 09:2012
    Wilfried,
    
    We have ours set to the circular arrows symbol. I believe that  
    this means that you can do the robot operations and also manual 
    operations.  I'll check with a hardware person about the symbols 
    so that I can tell you what to put it on if you want only robotic 
    operations.
    
    Can you try it set on the circular arrows position and see if
    that allows the storage load command?
    
    Chris
389.9SLS conf.COOKIE::MHUAThu Mar 06 1997 09:419
    
    Wilfried,
    
    You may want to post the information of "Storage load" does not work
    automatically with TZ877 in SLS conference. There are a lot of people
    who is experienced with SLS, so they may be able to tell you where
    else to look.
    
    Masami
389.10circular arrows position - same problemVNASWS::WILFRIEDWilfried Bergmann, AustriaThu Mar 06 1997 10:0854
I've shut down and re-started SLS and ABS. The key-switch is in the circular
arrows position. All tapes are in mag., write enabled.

BTW, the order I use is

	for shutdown: 1) ABS	2) SLS

	for startup: 1) SLS	2) ABS

The order specified in the manual and in the installation guide disagree
on the order for startup!

I created a new "on-demand" save request named "USER03". After submitting this
request, I get the following messages displayed:
-------------------------------------------------------------------------------
%%%%%%%%%%%  OPCOM   6-MAR-1997 17:51:35.21  %%%%%%%%%%%
Message from user SLS on FATUM
SLS$TAPMGRRQ, %SLS-I-CONPRIMARY, connected to DB on node FATUM at  6-MAR-1997 17:51:35.20

FATUM�
%%%%%%%%%%%  OPCOM   6-MAR-1997 17:51:35.21  %%%%%%%%%%%
Message from user SLS on FATUM
SLS$TAPMGRDB, %SLS-I-CONNECTED, connected to node FATUM at  6-MAR-1997 17:51:35.20

FATUM�
FATUM::_FTA13: 17:51:52   (DCL)   CPU=00:00:00.67 PF=783 IO=449 MEM=65
FATUM�
%%%%%%%%%%%  OPCOM   6-MAR-1997 17:57:38.40  %%%%%%%%%%%
Request 84, from user SLS on FATUM
Load "ACT006" on _$254$MKD500: write-enabled
Requested by:   ABS on
Owned by: ABS
Location: ACT
-------------------------------------------------------------------------------
Now I issue the following command:

FATUM� storage load $254$MKD500: ACT006
%%%%%%%%%%%  OPCOM   6-MAR-1997 18:05:02.65  %%%%%%%%%%%
Request 85, from user SLS on FATUM
Load "ACT006" on _$254$MKD500:
Requested by:   SYSTEM on FTA13:
Owned by: ABS
Location: ACT

%SLS-I-OPRNOTIF, operator notified ( 6-MAR-1997 18:05:02)
-------------------------------------------------------------------------------
and the STORAGE LOAD command never finishes!


P.S.: I have to leave now for but will be back in approx 3 hours.

Thanks for your time so far!

/wilfried
389.11CX3PST::BSS::SAULThu Mar 06 1997 11:318
Hi Wilfried,

You should not be getting a load request if your SLS/MDMS is properly
configured.  Why don't you post the TAPESTART.COM over in the SLS conference
and we can work it from there.

Ted Saul
CSC/Colorado Springs
389.12problem solved! UNATTENDED_BACKUPS=1 and allocation class was missing in TAPESTART.COMVNASWS::WILFRIEDWilfried Bergmann, AustriaFri Mar 07 1997 14:2118
The following to modifications in TAPESTART.COM solved the problem.



$      TZ877 := "FATUM::MKD501:,FATUM::$254$mkd500:"
                                       ^^^^^----------- this was missing


and


$       UNATTENDED_BACKUPS = 1
                             ^-------- this was 0


Thanks for your help!

/wb