cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1097
Views
0
Helpful
2
Replies

cisco IOS kron given blank text file after schedule time

sathish.ippani
Level 1
Level 1

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.
 

2 Replies 2

fogemarttt
Level 1
Level 1

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

My issue still not resolve in my case