Hi all,
I am experiencing an issue with backup shceduling on my cisco devices.
Here is my configuration script :
conf t
ip ftp username loginftp
ip ftp password passwordftp
kron policy-list Backup
cli write memory
kron occurrence Backup at 23:00 recurring
policy-list Backup
archive
path ftp://10.10.10.10/$h.txt
write-memory
And when I'm typing write mem, or wait for the kron to launch, it runs the following :
TURIN215-01-VG202-1#wr
Building configuration...
[OK]
Writing TURIN215-01-VG202-1.txtJun--3-10-13-40.840-0
TURIN215-01-VG202-1#
Why is there this timecode at the end of the file ? Because of that, I am having a lot of file in my ftp directory (instead of 1 for each device).
Is it a cisco bug ? I can't find anything in the bugtool. I am having this issue even on ISR 4321, VG202 .....
Thanks a lot for your help,
Thomas