C613-50170-01 Rev B
Command Reference for x510 Series
113
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
F
ILE
AND
C
ONFIGURATION
M
ANAGEMENT
C
OMMANDS
BOOT
CONFIG
-
FILE
BACKUP
boot config-file backup
Overview
Use this command to set a backup configuration file to use if the main
configuration file cannot be accessed.
Use the
no
variant of this command to remove the backup configuration file.
Syntax
boot config-file backup <
filepath-filename
>
no boot config-file backup
Mode
Global Configuration
Usage
For an explanation of the configuration fallback order, see the
Feature Overview and Configuration Guide
Examples
To set the configuration file
backup.cfg
as the backup to the main
configuration file, use the commands:
awplus#
configure terminal
awplus(config)#
boot config-file backup flash:/backup.cfg
To remove the configuration file
backup.cfg
as the backup to the main
configuration file, use the commands:
awplus#
configure terminal
awplus(config)#
no boot config-file backup flash:/backup.cfg
Related
Commands
Parameter
Description
<filepath-filename>
Filepath and name of a backup configuration file.
Backup configuration files must be in the Flash filesystem.
Valid backup configuration files must have a
.
cfg
extension.
backup
The specified file is a backup configuration file.