# Automatic notes backup

UpNote supports **automatic notes backup** to ensure your data is always safe. Backups are stored **locally on your device**, giving you full control even without cloud dependency. This feature is available on **Mac, Windows, and Linux**.

If you primarily use UpNote on mobile, you can also sign in to UpNote on a desktop device and keep it connected to the internet so your notes sync and get backed up automatically on your computer.

***

### Backup Settings

By default, UpNote automatically backs up your notes **once per day**, keeping **up to 50 days** of backups. Backup files are compressed to save storage space.

You can customize these settings:

* Backup frequency
* Maximum number of backups
* Backup attachments
* Export backups to Markdown

Go to **Settings → Backup** to adjust your preferences.

<div align="left"><figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2F8BgnzWJXmKFI832c1ko1%2Fimage.png?alt=media&#x26;token=38b96d42-3710-4814-950d-bdbc81ccbb3e" alt="" width="563"><figcaption></figcaption></figure></div>

***

### Change Your Backup Location

You can choose where your backup files are stored. If you want your backups to sync with cloud services like **Dropbox** or **Google Drive**, you can point UpNote's backup folder to one of their directories:

1. Go to **Settings → Backup**.
2. Click **Select backup folder**.
3. Choose a folder inside your Dropbox or Google Drive directory.

UpNote will automatically save all future backups to that location.

{% hint style="warning" %}
**Important:** The files in the backup folder are managed by UpNote. Please **do not edit or modify them**, as this may cause data loss.
{% endhint %}

***

### Manual Backup

You can perform a backup at any time:

* Click **Backup now** in **Settings → Backup**.

If you prefer to manage backups manually, you can turn off automatic backups by setting the **backup frequency** to **Off**.

***

### Restore a Backup

To restore data:

1. Go to **Restore Backup** in **Settings → Backup**.
2. Choose the **backup date** you want to restore from.

   <div align="left"><figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FNFIFiSAyu3xEc6m40Kpd%2Fimage.png?alt=media&#x26;token=d0ded755-fde7-411e-bd96-27806955301b" alt="" width="563"><figcaption></figcaption></figure></div>
3. Select one of the two restore modes:
   * **Overwrite all data**
     * Replaces your current notes with the backup data.
     * Notes not included in the backup are not affected.
     * Useful for restoring a previous version of your full note structure.
   * **Only restore deleted data**
     * Restores notes deleted from Trash or notes that failed to sync.
     * Helpful when you're missing certain notes and want to recover them without affecting your existing content.

***

### Delete Backup Data

When you sign out of UpNote, you’ll be asked whether to **keep** or **delete** the backup data stored on your current device.

You can also delete your backups manually anytime by deleting the **backup folder**.

***

#### 💡 Tips

* Automatic backup runs **locally**, so it does not rely on cloud servers.
* Using Dropbox or Google Drive as your backup location gives you cloud redundancy while keeping backups portable.
* Backups are device-specific; each desktop device maintains its own backup set.


---

# 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://help.getupnote.com/safety-and-control/automatic-notes-backup.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.
