> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/storage/archive-storage/how-tos/clients-and-tooling/backup-data-with-duplicati/duplicati-for-windows.md).

# Duplicati for Windows

***

Together with Glesys Archive Storage, Duplicati is an excellent tool for handling your backups. Installation is straightforward, and you’ll be up and running quickly.

To install Duplicati on Windows, download the installer from [Duplicati's website](http://www.duplicati.com/), go through the installation steps, and choose “Launch Duplicati.”

## Initial configuration

If Duplicati isn't yet started, you'll find it in the Start menu or on the desktop. When you open Duplicati, a web browser will start with Duplicati's web interface. The graphical user interface of Duplicati is web-based.

The first time Duplicati is launched, you are asked to create a new passphrase. It's advised to do so, so that you can connect to it from other places in the future.

<div align="left"><figure><img src="/files/OJSJ5lWR6Q2KUs0c2X9p" alt=""><figcaption></figcaption></figure></div>

## Create a backup task

You are now presented with the main window. It's time to create our first backup task.

Click the **Add** button in the *Backups* field:

<figure><img src="/files/uVNQdYs2kxjOY3LNDaY8" alt=""><figcaption></figcaption></figure>

Then, select **Add new backup:**

<figure><img src="/files/KzOfHrYvX43vTYnHgte9" alt=""><figcaption></figcaption></figure>

In the next step, choose a name for the backup, select an encryption method, and choose a passphrase to protect the backup:

<figure><img src="/files/kx6yxmMo9eUPVkXACC4o" alt=""><figcaption></figcaption></figure>

Next, we specify the backup destination. This is our Archive Storage. Select **FTP**.

<figure><img src="/files/LIeRB4f3G3dXHZmqKA74" alt=""><figcaption></figcaption></figure>

For **Server**, enter the URL displayed when you created the Archive Storage. **Username** is the name of the Archive Storage you created.

If you don't enter a **Path on server**, the files will be stored in the root folder. You'll be asked if this is what you want before proceeding.

Once you have filled in the values, click **Add advanced option**.

<figure><img src="/files/z75n6qRwCU9Wb8B0MYo8" alt=""><figcaption></figcaption></figure>

In the **Add advanced option** drop-down menu, select **ftp-ssl-protocols**.

<figure><img src="/files/YfIVQzVOrSxKOqJLEO15" alt=""><figcaption></figcaption></figure>

Then, in the *Advanced options* field, remove **None** and add **Ssl3**. Then, click **Continue**.

<figure><img src="/files/x23lBQ8uk5eJpnrARCjt" alt=""><figcaption></figcaption></figure>

You then need to select what you want to back up. Either choose from the suggested folders or type a path in the field. In this example, we have selected the Pictures folder.

<figure><img src="/files/DqUBFJwcXZcBU76I3Pmq" alt=""><figcaption></figcaption></figure>

Then, select a suitable schedule for the backup. The backup will then run automatically.

<figure><img src="/files/Y4IGBnMxYMVhBAtr1Iab" alt=""><figcaption></figcaption></figure>

In the final step, you can tweak the volume size. A volume in this context refers to how large each chunk will be, as backups are split into multiple files.

You can also set up the backup retention in this step. For example, if you want to keep all backups or delete backups after a certain number of days or weeks.

Once you are satisfied, click **Submit**.

<figure><img src="/files/Z3bXz6jVZhICvTXqbbwT" alt=""><figcaption></figcaption></figure>

## Restore files from a backup

To restore files from a backup, click the three dots next to your backup job and select **Restore**.

<figure><img src="/files/bbvrphKAc2js8sWd8Qnh" alt=""><figcaption></figcaption></figure>

In the next step, you get to choose which files you want to restore. Here you can select either individual files or the entire top directory. In this example, we have only selected two files:

<figure><img src="/files/5620QGWmi97629tDkc0K" alt=""><figcaption></figcaption></figure>

In the final step, you can choose where you want your files to be restored. Either to the original location or a new location. In this example, we choose to restore the files to the Downloads folder:

<figure><img src="/files/TO4AM7dOLx6Bxz2HLJ5R" alt=""><figcaption></figcaption></figure>

Your files will now be restored to the Downloads folder.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.glesys.com/products/storage/archive-storage/how-tos/clients-and-tooling/backup-data-with-duplicati/duplicati-for-windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
