Difference between revisions of "Archive (IOS)"
Jump to navigation
Jump to search
(Created page with "{{Draft}} == See also == * {{Cisco IOS}}") |
|||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Draft}} | {{Draft}} | ||
+ | SW1(config-archive)#path ? | ||
+ | crashinfo: Write archive on crashinfo: file system | ||
+ | flash: Write archive on flash: file system | ||
+ | ftp: Write archive on ftp: file system | ||
+ | http: Write archive on http: file system | ||
+ | https: Write archive on https: file system | ||
+ | rcp: Write archive on rcp: file system | ||
+ | scp: Write archive on scp: file system | ||
+ | sftp: Write archive on sftp: file system | ||
+ | tftp: Write archive on tftp: file system | ||
+ | router# conf t | ||
+ | router(config)# archive | ||
+ | router(config-archive)# path scp://cisco:[email protected]//cygdrive/e/backup/network/switch/$h/$t-$h | ||
+ | router(config-archive)# write-memory | ||
+ | router(config-archive)# time-period 1440 | ||
+ | router(config-archive)# exit | ||
+ | router(config)# exit | ||
+ | router# write memory | ||
+ | [[sh run]] | ||
+ | .../... | ||
+ | archive | ||
+ | path scp://USER_NAME:[email protected]:/tmp/ | ||
+ | write-memory | ||
+ | time-period 1440 | ||
+ | .../... | ||
+ | |||
+ | |||
+ | == Related terms == | ||
+ | * [[Cisco IOS backup]] | ||
+ | * <code>[[write]]</code> | ||
+ | * <code>[[show running-config]]</code> | ||
+ | * <code>[[show archive]]</code> | ||
+ | * <code>[[show archive log config all]]</code> | ||
+ | * [[Ansible module: archive]] | ||
== See also == | == See also == | ||
* {{Cisco IOS}} | * {{Cisco IOS}} | ||
+ | |||
+ | [[Category:Cisco]] |
Latest revision as of 09:05, 20 April 2022
This article is a Draft. Help us to complete it.
SW1(config-archive)#path ? crashinfo: Write archive on crashinfo: file system flash: Write archive on flash: file system ftp: Write archive on ftp: file system http: Write archive on http: file system https: Write archive on https: file system rcp: Write archive on rcp: file system scp: Write archive on scp: file system sftp: Write archive on sftp: file system tftp: Write archive on tftp: file system
router# conf t router(config)# archive router(config-archive)# path scp://cisco:[email protected]//cygdrive/e/backup/network/switch/$h/$t-$h router(config-archive)# write-memory router(config-archive)# time-period 1440 router(config-archive)# exit router(config)# exit router# write memory
sh run .../... archive path scp://USER_NAME:[email protected]:/tmp/ write-memory time-period 1440 .../...
Related terms[edit]
- Cisco IOS backup
write
show running-config
show archive
show archive log config all
- Ansible module: archive
See also[edit]
Advertising: