Change Housekeeping Strategy for Scheduled Backups

Contents


1   Description

This instruction describes how to change strategy for scheduled backups that can be stored in the managed element.

Attribute housekeepingStrategy defines the housekeeping behavior when the number of scheduled backups exceeds the maximum number of scheduled backups configured.

The housekeeping strategy can be set to the following:

Note:  
In REPLACE_PER_SCHEDULE mode, if housekeeping is required and no backup that fits the criteria of strategy is found, backup creation is canceled and an error is raised.

2   Procedure

2.1   Change Housekeeping Strategy for Scheduled Backups

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 value of housekeepingStrategy, for example:

    (config-BrmBackupScheduler=SYSTEM_DATA)>housekeepingStrategy=REPLACE_PER_SCHEDULE

  4. Commit the change:

    (config-BrmBackupScheduler=SYSTEM_DATA)>commit

  5. Verify the change:

    (BrmBackupScheduler=SYSTEM_DATA)>show -v

    The following is an example output:

    BrmBackupScheduler=SYSTEM_DATA
    [...]
       housekeepingStrategy=REPLACE_PER_SCHEDULE
    [...]