> For the complete documentation index, see [llms.txt](https://docs.islandrouter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/backup/backup-url.md).

# backup url

## Syntax

```
[no] backup url <url>
```

## Syntax Description

<table><thead><tr><th width="203">Keyword</th><th>Description</th></tr></thead><tbody><tr><td><code>no</code></td><td>(Optional) Disables automatic backup.</td></tr><tr><td>url</td><td>Specifies the backup file destination.</td></tr></tbody></table>

## Defaults

No automatic backup is performed by default.

## Usage Guidelines

The backup URL can refer to either a remote file or remote directory. If the URL ends in any character other than a slash (“/”), it is assumed to refer to a file name. The backup is written to that file, overwriting it if it already exists.

&#x20;If the URL ends in a slash, the system assumes it is pointing to a directory. In this case, the system will create a new file with the following format: hostname-YYYYMMDD-HHMMSS.backup.

&#x20;If the URL contains a password, it is encrypted so that it is not readable in the configuration file.

&#x20;Refer to the [URL Format](/island-router-cli-2.3.2/url-format.md) page for more information on the syntax of the url parameter.

## Examples

```
backup url scp://jane:d9fAq@192.168.38.7/myIsland.backup
```

## Related Commands

{% content-ref url="/pages/Kl3X0DmGIsO8Wgxjh9lM" %}
[backup interval](/island-router-cli-2.3.2/commands/backup/backup-interval.md)
{% endcontent-ref %}

{% content-ref url="/pages/wl3PeTRIQ6etzpvmCOxq" %}
[write network](/island-router-cli-2.3.2/commands/write/write-network.md)
{% endcontent-ref %}

{% content-ref url="/pages/2fW1ERxrRjivVw3P6iZP" %}
[configure network](/island-router-cli-2.3.2/commands/configure-network.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.islandrouter.com/island-router-cli-2.3.2/commands/backup/backup-url.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
