You back up crawl configurations using the CAS Server Command line Utility.
To back up crawl configurations:
Start a command prompt and navigate to
(for Windows), or<install path>\CAS\<version>\bin(for UNIX).<install path>/CAS/<version>/binType
cas-cmd.bat(for Windows), orcas-cmd.sh(for UNIX) and specify thegetAllCrawlstask with the-f(or--file) flag and the name of the XML file to write the crawl configurations to.For example:
C:\Endeca\CAS\<version>\bin>cas-cmd getAllCrawls -f C:\tmp\backupconfig.xml
Note that password configuration properties are not stored in the crawl configuration.

