I know there have been several discussions on how to backup multi-context ASA firewalls.
I am pretty sure I can script this.
login
enable
changeto system context
show context list send to NCM
copy running-config tftp://tftpserver/devicename/running-config
copy flash:context1 tftp://tftpserver/devicename/context1
copy flash:context2 tftp://tftpserver/devicename/context2
exit
But what I really want is to loop through each context name and send the configs. They come and go at a regular pass, using a static script will always need maintenance.
Ideas? Open to other solutions.
Tim