Tools
        /
          Crawler
        /
          APIs
        /
          Configuration
  
        
          
          
          
        
        Jan. 17, 2022
      
  Crawler: SaveBackup
        Type: 
      boolean
      
        Default: 
  false
      
      
        Parameter syntax
      
      
    
  saveBackup: true|false
About this parameter
Whether to save a backup of your production index before it is overwritten by the index generated during a crawl.
Examples
Copy
1
2
3
{
  saveBackup: true,
}
Did you find this page helpful?