User Guide
OmniAccess SafeGuard OS Administration Guide
113
Chapter 3: Working with Configuration Files and Upgrading Images
configuration. The change takes effect after a system reboot. The syntax of the Privileged
Exec command is:
copy nvram:backup-config nvram:startup-config
There are no parameters or variables.
From TFTP to Flash Memory
Either a startup configuration or a running configuration can be downloaded from a
TFTP server location using the copy tftp:startup command and the copy tftp:backup
command in Privileged Exec mode to perform the download.
copy tftp://ip/{filepath/}file [nvram:backup-config | nvram:startup-
config]
The following example downloads a startup configuration file from a TFTP server:
(SafeGuardOS) #
(SafeGuardOS) # copy tftp://175.39.34.30/start45 nvram:startup-config
(SafeGuardOS) #
From Compact Flash to Flash Memory
To copy a startup or backup configuration file from Compact Flash (CF) to non-volatile
memory, use the copy cf:nvram command. The syntax of the Privileged Exec command
is:
copy cf://{filepath/}filename [nvram:startup-config | nvram:backup-
config]
Syntax Description ip Specifies the IP address of the TFTP
server.
filepath (Optional) Specifies the directory
path to the file.
file Specifies the filename of the startup
or running configuration being
downloaded.
nvram:backup-config Specifies to download a backup
configuration file.
nvram:startup-config Specifies to download a startup
configuration file.
Syntax Description filepath (Optional) Specifies the directory
path to the file.










