# Telemetry collection

When Duplicat is running, it collects some basic non-identifying telemetry, such as what version of Duplicati is running, what operating system it is running on and similar values. When running a backup it also collects the type of connection, the duration, the size of the remote and local filesets.

The purpose of this data collection is to give us an insight into how Duplicati is used and determine how we can best focus on making Duplicati better. We are sharing the aggregated data that we collect on a public page: [https://usage-reporter.duplicati.com](https://usage-reporter.duplicati.com/)

## Opting out

Even though we try very hard to only collect non-sensitive information, you are in control and can choose to opt out of data collection if you want to.

The easy way to opt out when using the UI is to visit the settings page, and simply choose "None / disabled":

<figure><img src="https://2363712449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7cMJiGuXy340g9NzpxLY%2Fuploads%2Fgit-blob-e2c6b0d02c9ea7a25290c069429f71c1d055d802%2FScreenshot%202025-10-03%20at%2015.33.13.png?alt=media" alt=""><figcaption></figcaption></figure>

However, since Duplicati also collects the event of starting Duplicati, you will still be sending at least one telemetry data point. If you prefer not to send anything at all, you need to set an environment variable before starting Duplicati:

```bash
USAGEREPORTER_Duplicati_LEVEL=none
```

If this is set, no telemetry is sent, and it is not possible to enable telemetry from within the UI.


---

# Agent Instructions: 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.duplicati.com/security-and-secrets/telemetry-collection.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.
