Pages

network cisco ccna gns3 certification arteq

network cisco ccna gns3 certification arteq
a network runs through it

Search insearchofthecert

Showing posts with label archive. Show all posts
Showing posts with label archive. Show all posts

Sunday, February 3, 2013

archive..

set up your tftp server and automatically archive configs...

simple enough

R2#sh run | b archive
archive
 path tftp://10.2.1.3/$h
 write-memory
 time-period 720

$h gets replaced by the hostname... write-memory will cause an archive to occur upon copy run start and the time period is minutes (1440 would be once a day)

R2#sh archive
The maximum archive configurations allowed is 10.
The next archive file will be named tftp://10.2.1.3/R2--1
 Archive #  Name
   1        tftp://10.2.1.3/R2Feb--3-07-54-52.616-0 <- most="" recent="" span="">
   2        
   3        
   4        
   5        
   6        
   7        
   8        
   9        
   10       


happy backupping...