

Introducing Arcserve Backup Agents and Options › Using Options › Enterprise Option for SAP R/3 for Oracle › Sample util_par_file and Parameter Definitions › Description for a Sample Backup Option Integration Module (BACKINT) › Sample File
Sample File
-- par_file ( initOR2.utl )---
###########################################################
# This is the parameter file of BACKINT for Arcserve Backup containing parameters that determine the backup procedure.#
# BACKINT reads this file and submits a job to the Arcserve Backup queue for execution.
#
#Instructions for filling out each line start with a pound sign (#) and precede the actual information line that the user needs to fill in.#
###########################################################
# Tape Name that Arcserve Backup should use for the backup (eg. tape0, tape1,.., or '*')
# DESTTAPE=*
# Group Name that Arcserve Backup should use for the backup (eg. GROUP0, GROUP1,.., or '*')
# DESTGROUP=*
# First Tape Option that Arcserve Backup should use for the backup (eg. APPEND or OVERWRITE)
# APPEND: Append job sessions to the selected tape
# OVERWRITE: Overwrite any tape found in the drive only for the first BACKINT call
# TAPEMETHOD=APPEND
# volumes for brarchive/brbackup
# [volume_name | volume_name_list | SCRATCH]
# no default
# volume_archive_line = 2
# volume_archive1 = XXLA01, XXLA02, XXLA03, XXLA04, XXLA05
# volume_archive2 = XXLA06, XXLA07, XXLA08, XXLA09, XXLA10
# volume_backup_line = 2
# volume_backup1 = XXLB01, XXLB02, XXLB03, XXLB04, XXLB05
# volume_backup2 = XXLB06, XXLB07, XXLB08, XXLB09, XXLB10
# expiration period for backup volumes in days
# default: 0
# expir_period = 30
###########################################################
Login information for communication with Arcserve Backup on remote server
###########################################################
[Remote]
REMOTE_FLAG = 0
LOCAL_COMPUTER_NAME=Local_Server
LOCAL_USER_NAME=Local_User
LOCAL_PASSWORD=t
REMOTE_COMPUTER_NAME=Remote_CA ARCserve Backup_Server
REMOTE_USER_NAME=Remote_CA ARCserve Backup_User
REMOTE_PASSWORD=t
#########################################################
Automatic Volume Management for brbackup #########################################################
[Volume Brbackup]
DESTGROUP=*
DESTTAPE=*
TAPEMETHOD=APPEND
VOLUME_BACKUP_LINE=0
EXPIR_PERIOD=0
#########################################################
Automatic Volume Management for brarchive
#########################################################
[Volume Brarchive]
DESTGROUP=*
DESTTAPE=*
TAPEMETHOD=APPEND
VOLUME_ARCHIVE_LINE=0
EXPIR_PERIOD=0
[Internal]
first_call_tape_name=none
first_call_group_name=none
Copyright © 2015 Arcserve.
All rights reserved.
 
|
|