If you want to save to XML from the CLI try something like:
C-style # show running-config nacm | display xml | save my-nacm-backup.xml
J-style: > show configuration nacm | display xml | save my-nacm-backup.xml
or if you want to convert ConfD values to XML, see: