11-27-2014 05:33 AM - edited 03-07-2019 09:41 PM
Hi Every one,
I have tried below command to run auto back-up on cisco IOS router.
kron policy-list Backup
cli show run | redirect tftp://10.1.1.1/router-Confi.txt
kron occurrence DAILY at 13:44 recurring
policy-list Backup
When I open ://10.1.1.1/router-Confi.txt file, it is blank no configuration in the file.
Please suggest further.
12-01-2014 03:33 AM
the kron cannot save the running config. that is why you get an empty file. I have the same problem. it's create the file, but an empty file. To solve the problem, if you want to copy the run config,
first modify your kron
kron policy-list Backup
cli write
cli show startup | redirect tftp://10.1.1.1/router-confi.txt
exit.
try and let us know if your issue is resolved.
Please rate if this helpful and marked as correct.
Regards,
fogemarttt
05-10-2016 12:07 AM
My issue still not resolve in my case
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