Recently, i came across a post at CiscoBlog for scheduling periodic config backups in IOS to an external location on your network.This is useful if you want your router to trigger an update everytime ‘write mem’ is executed.However, in some cases, this might not be desirable considering the amount of log files and number of devices on your network.
I usually prefer taking back-ups at mid-night on daily basis.In order to achieve this task, i would use ‘archive command’ in conjunction with ‘kron scheduler’. If you want to learn more about archive command, this post at techrepublic might be helpful for you.
As far as Kron scheduler is concerned, only 2 steps are required to set it up !
- Create the policy list for the scheduler:The policy-list dictates what commands the router should run at the scheduled time.
- Define the Kron occurence time for the scheduler:Here, you will set the scheduled time or occurence time for your defined policy-list

Enjoy !
Random Posts
Tags: Automated configuration backup, Cisco IOS, Configuration Backup, kron scheduler, schedule configuration backup


[...] was browsing videos on brainbump.net last Friday and noticed a different take on a tutorial I did regarding automatic configuration backups with the ‘archive’ [...]
Thanks for great tut.What would i need to do for manual backups ?
Steve, you just need to execute ‘archive config’ command whenever you need to perform backups manually.
Hope this helps!
Could you create a tutorial on creating multipc topology using GNS3 to run a large topology smoothly? i am unable to successfuly understand the steps required to be completed for multipc topology to work correctly.
Amir
@Amir, this tutorial will be posted soon.so,stay tuned.
Meanwhile, drop me a line using the ‘Contact Us’ page above if you want to see any specific tutorials posted in near future.
Thanks!
@Amir, your requested tutorial has been posted.Here you go:
http://www.brainbump.net/2008/08/how-to-run-multi-pc-topology-using-distributed-hypervisors-in-gns3/
Enjoy!