[cisco-voip] howto: automatically backup cme config
Joe Cisco
smetsysocsic at gmail.com
Tue Sep 9 16:04:41 EDT 2008
I assume a large percentage of you may have already known this, but I
hadn't seen it and thought i'd post it. This a cheap/easy way to
automatically back up a CME (or any IOS device for that matter) if you
have an available FTP server. I think they started supporting this
somewhere in the 12.3 range of code.
! *** the following config will automatically back up the config
! *** of the device to the folder of the ftp server listed in the
! *** PATH statement every 10080 minutes (7 days). It will
! *** also copy the config every time a "write mem" or "copy
! *** run start" is issued.
!
!
! *** set ftp server username
ip ftp username admin
! *** set ftp server password
ip ftp password ftp-server-password-goes-here
!
!
!
archive
path ftp://10.0.0.10/ucme-configs/router-hostname-here
log config
write-memory
time-period 10080
!
!
Later,
Joe C.
More information about the cisco-voip
mailing list