You restore crawl configurations using the CAS Server Command line Utility.
To restore crawl configurations:
Start a command prompt and navigate to
(for Windows), or<install path>\CAS\<version>\bin(for UNIX).<install path>/CAS/<version>/binIf you are restoring into a system that has an older version of the crawl configuration, type
cas-cmd.bat(for Windows), orcas-cmd.sh(for UNIX) and specify theupdateCrawlstask with the-f(or--file) flag and the name of the XML file that contains crawl configurations.For example:
C:\Endeca\CAS\<version>\bin>cas-cmd updateCrawls -f C:\tmp\backupconfig.xml Updated crawl Test
If you are restoring into a system that does not have the crawl configuration, type
cas-cmd.bat(for Windows), orcas-cmd.sh(for UNIX) and specify thecreateCrawlstask with the-f(or--file) flag and the name of the XML file that contains crawl configurations.For example:
C:\Endeca\CAS\<version>\bin>cas-cmd createCrawls -f C:\tmp\backupconfig.xml Updated crawl Test

