C613-50100-01 REV C Command Reference for x930 Series 124
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
FILE AND CONFIGURATION MANAGEMENT COMMANDS
BOOT
SYSTEM BACKUP
boot system backup
Overview Use this command to set a backup release file to load if the main release file cannot
be loaded.
Use the no variant of this command to remove the backup release file as the
backup boot file.
Syntax
boot system backup <filepath-filename>
no boot system backup
Mode Global Configuration
Examples To specify the file x930-5.4.6-0.1.rel as the backup to the main release file, use the
commands:
awplus# configure terminal
awplus(config)# boot system backup flash:/x930-5.4.6-0.1.rel
To remove the file x930-5.4.6-0.1.rel as the backup to the main release file, use the
commands:
awplus# configure terminal
awplus(config)# no boot system backup flash:/x930-5.4.6-0.1.rel
Related
Commands
boot config-file
boot config-file backup
boot system
show boot
Parameter Description
<filepath-filename> Filepath and name of a backup release file.
Backup release files must be in the Flash filesystem.
Valid release files must have a . rel extension.
backup The specified file is a backup release file.