> ## Documentation Index
> Fetch the complete documentation index at: https://algolia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# saveBackup

> Whether to back up your production index before overwriting it with the latest crawl.

* **Type**: `boolean`
* **Default**: `false`

## Examples

```js JavaScript icon=code theme={"system"}
{
  saveBackup: true,
}
```
