06-02-2008 12:40 PM - edited 03-05-2019 11:22 PM
Hi,
Is there a way to schedule automated backup on a TFTP or FTP server from cisco IOS?
Any help would be appreciated.
Solved! Go to Solution.
06-09-2008 09:12 PM
Hi,
Didn't got a change to go through the details.
Please check the vedio tutorial below for the procedure to configure the achieve command and enable auto backup whenever a change is made -
http://www.blindhog.net/cisco-automatic-configuration-backup/
Apologize if this is a repeatative info.
-> Sushil
06-02-2008 01:02 PM
You can use a product such as Kiwi CatTools to schedule configuration backups, if that helps.
06-02-2008 02:27 PM
Ivan Pepelnjak wrote an excellent article on using the IOS configuration archive for automated config backups:
06-09-2008 05:42 AM
Here is what I found. Its a feature of cisco ios.
example:
Router(config)# kron policy-list Backup
Router(config-kron-policy)# show run | redirect tftp://10.1.1.1/test.cfg
Router(config-kron-policy)# exit
Router(config)# kron occurrence Backup at 23:00 Sun recurring
Router(config-kron-occurrence)# policy-list Backup
06-09-2008 09:01 AM
Did you read the article I posted? The IOS config archive feature is so much more robust than redirecting the output of a "sh runn."
06-09-2008 09:10 AM
hi,
http://www.nil.com/ipcorner/RouterConfigArch/
the command path will not save the configs on the tftp server
06-09-2008 09:15 AM
That's incorrect. The archive feature's path command supports any IOS-supported file system ftp, tftp, http, etc.
06-09-2008 09:28 AM
Hi,
Sorry but i tried it and it did work.
Router(config)#archive
Router(config-archive)#path
Router(config-archive)#path ?
ftp: Write archive on ftp: file system
http: Write archive on http: file system
pram: Write archive on pram: file system
rcp: Write archive on rcp: file system
tftp: Write archive on tftp: file system
below is the link which will help more.
http://blogs.techrepublic.com.com/networking/?p=532
IOS limitation one week point.
regards,
Pravin
06-09-2008 10:36 AM
Here is what I encountered when I was trying to do archive on TFTP.
conf t
archive
path tftp://10.0.0.1
end
archive config
.....
%Error opening tftp://10.0.0.1-1 (Timed out)
It is creating -1 itself (which doesn't exist).
I even tried tftp://10.0.0.1/ and the error I get then is:
Any help would be appreciated.
Regards
06-09-2008 12:34 PM
Cisco URLs are normally in this format:
tftp:[[//location]/directory]/filename
Can you try that?
-serg
06-09-2008 09:12 PM
Hi,
Didn't got a change to go through the details.
Please check the vedio tutorial below for the procedure to configure the achieve command and enable auto backup whenever a change is made -
http://www.blindhog.net/cisco-automatic-configuration-backup/
Apologize if this is a repeatative info.
-> Sushil
06-13-2020 12:35 AM
05-16-2023 02:28 PM
conf t
archive
path ftp://<<FTP,/ TFTP / SFT Server ip>>/Backup file name
time-period 10080 <- in mins
<<To Verify>>
show archive
<<to Clear archive>>
clear archive log config force
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide