Hello !
In our switches we use the archive IOS command in order to archive automagically the IOS config onto an FTP server. So fine so good.
The IOS version has been upgraded to 12.2(55) and now the naming of the files have changed :
Previously, in the ftp:// path we used $h.conf for the file name and this file name was appended with the version number automatically.
Now we get the full date-time (up to the second...) with - separating the blocks appended to the file name.
This made for very long names.
Questions :
Is there a way to set "old style" numbering ?
Are there another variables/shorthands (like the $h above) to tailor the path more finely ?
Many thanks in advance for your help !
P.S. : the Cisco web site doesn't give much on the archive command...