Change Scheduled Backup Name

Contents


1   Description

This instruction describes how to change scheduled backup name.

The syntax of a scheduled backup is as follows:

<scheduledBackupName>_<creation_date>_<creation_time>

The default value of the scheduled backup name is BACKUP.

2   Procedure

2.1   Change Scheduled Backup Name

Prerequisites

Steps

  1. Navigate to the BrmBackupScheduler managed object, for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,BrM=1,BrmBackupManager=SYSTEM_DATA,BrmBackupScheduler=SYSTEM_DATA

  2. Enter Config mode:

    (BrmBackupScheduler=SYSTEM_DATA)>configure

  3. Change the scheduled backup name, for example:

    (config-BrmBackupScheduler=SYSTEM_DATA)>scheduledBackupName=PERF_BACKUP_NAME1

  4. Commit the change:

    (config-BrmBackupScheduler=SYSTEM_DATA)>commit

  5. Verify the change:

    (BrmBackupScheduler=SYSTEM_DATA)>show

    The following is an example output:

    BrmBackupScheduler=SYSTEM_DATA
    [...]
       scheduledBackupName=PERF_BACKUP_NAME1
    [...]