User Guide

OmniAccess SafeGuard OS Administration Guide
112
Chapter 3: Working with Configuration Files and Upgrading Images
From Startup to External Storage
To save the startup configuration to either a Trivial File Transfer Protocol (TFTP) server or
to CF use the copy nvram:startup-config command in Privileged Exec mode.
copy system:startup-config [[tftp://ip/{filepath/}filename] |
[cf://{filepath/}filename]]
Moving Backup Files to External Storage
Use this command to copy a backup file in flash memory to a TFTP server or to CF.
copy nvram:backup-config [[tftp://ip/{filepath/}filename] |
[cf://filename]
The following example copies the backed-up startup configuration file to CF.
(SafeGuardOS) #
(SafeGuardOS) # copy nvram:backup-config cf://start091207
(SafeGuardOS) #
Restoring Configuration Files
Either as part of a back up and recovery system or as a method of propagating files to
multiple machines, backup configuration files can be restored to flash memory.
From Flash Memory to Flash Memory
If the startup configuration has been saved to flash memory as a backup file, this file can
be used again using the copy nvram:backup-config command to write over the startup
Syntax Description tftp | cf Specifies whether to save the configuration onto
a TFTP server or CF.
ip Specifies the IP address of the TFTP server.
filepath (Optional) Specifies the directory path to the file.
filename Specifies the filename of the file being saved.
Syntax Description tftp | cf Specifies whether to save the configuration onto
a TFTP server or CF.
ip Specifies the IP address of the TFTP server.
filepath (Optional) Specifies the directory path to the file.
filename Specifies the filename of the file being saved.