Backing Up Running Configuration
Use the information in this section to back up the running configuration.
Use the following command to back up to a SCP/TFTP/HTTP server:
(config) # configuration text generate active running upload <upload URL> <filename>
This command uses FTP, TFTP, or SCP to upload the running configuration to a text file on remote storage. The format for the <upload URL>
is as follows:
[protocol]://username[:password]@hostname/path/filename
For example, the following command uploads a text configuration file based on the active running configuration and uploads it to an FTP server at 192.168.1.49 with the name config.txt:
(config) # configuration text generate active running upload ftp://myuser:mypass@192.168.1.49/ftp/config.txt