1-29
Cisco Content Services Switch Administration Guide
OL-5647-02
Chapter 1 Managing the CSS Software
Restoring Files from the Archive Directory
Restoring an Archived Script File
Use the restore archive_filename script command to restore an archived script
file or user-profile file to the script subdirectory. The syntax for this command is:
restore archive_filename script {script_filename}
The variables are as follows:
• archive_filename - The name of the archived file. Enter an unquoted text
string. To see a list of archived files, enter restore ?.
• script_filename - (Optional) The name you want to assign to the file. Enter an
unquoted text string with a maximum of 32 characters.
For example, to restore the script arrowscript to the script subdirectory, enter.
# restore arrowscript script
Restoring an Archived Startup-Config File
Use the restore archive_filename startup-config command to restore an archived
file to the startup configuration.
Caution The restored file overwrites the startup configuration.
The syntax for this command is:
restore archive_filename startup-config
Enter the archived startup-config filename as an unquoted text string. To see a list
of archived files, enter restore ?.
For example, to restore the archived startup-config file arrowstart as the current
startup-config file, enter:
# restore arrowstart startup-config