Remove Backup Configuration Data File(RMV CFGFILE)

Function

An OM command that removes the backup files of configuration data.

Note

The backup configuration data file cannot be restored after it is removed.

Parameters

ID Name Description
FN File name

Meaning: file name

Value range: 1-32 characters

Explanation:

1. A file name allows only one wildcard character *, for example, *.dat, bin_*.dat, and *.

2. Enter the file name (case-sensitive) in consistency with that to be deleted.

Default value: None

Example

1. Delete all the backup configuration data files:
   RMV CFGFILE:FN="*";
2. Delete the files whose names being with bin_ and end with .dat:
   RMV CFGFILE:FN="bin_*.dat";
3. Delete the file bin_20xx_xxx_xx.dat:
   RMV CFGFILE:FN="bin_20xx_xxx_xx.dat";
Related reference
List Backup Configuration Data Files(LST CFGFILE)
Download Backup Configuration Data File(DLD CFGFILE)
Backup Configuration Data(BKP CFGFILE)
Upload Backup Configuration Data File(ULD CFGFILE)
Restore Configuration Data(RTR CFGFILE)

Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.