# backup interval

## Syntax

```
[no] backup interval <seconds>
```

## Syntax Description

<table><thead><tr><th width="203">Keyword</th><th>Description</th></tr></thead><tbody><tr><td><code>no</code></td><td>(Optional) Returns the backup interval to its default value.</td></tr><tr><td>seconds</td><td>The interval at which the backup file should be written, in seconds.</td></tr></tbody></table>

## Defaults

The interval defaults to 3600 seconds (1 hour).

## Usage Guidelines

This command determines how often automatic system backups will be performed.&#x20;

The system aligns the start time for the backup process relative to midnight on the day the command is issued or the system reloaded. For example, if the interval is set to 8 hours, backups will occur daily at 12 AM, 8 AM, and 4 PM every day. If the interval is set to 18 hours, backups will occur at 12 AM and 6 PM on the first day, and 12 PM and 6 AM on the second day, then repeat.

Refer to the [Command Scheduler](https://docs.islandrouter.com/island-router-cli-2.3.2/command-scheduler) section for more information.

## Examples

```
backup interval 86400
```

## Related Commands

{% content-ref url="backup-url" %}
[backup-url](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/backup/backup-url)
{% endcontent-ref %}

{% content-ref url="../write/write-network" %}
[write-network](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/write/write-network)
{% endcontent-ref %}

{% content-ref url="../configure-network" %}
[configure-network](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/configure-network)
{% endcontent-ref %}
