# Backup/Restore apps and data

[Seedvault](https://github.com/seedvault-app/seedvault) can be used to taking backup and restore it. It is preinstalled on Waydroid.

## Backup:

### 1. Choose Seedvault as backup provider

Go to Settings > System > Backup > Change backup provider. And choose Seedvault,

![](/files/FX939yNOxrslDScZ4eLw)

### 2. Note down passphrase

A passphrase is shown. This is used for encryption. It will be required for restoration.

![](/files/IYQzf0HSatvycYtCqIsi)

### 3. Take backup

Tap on 'Backup' from three-dots menu.

![](/files/hAOuAkdNLrJXqKjUvqTU)

Successfully backed up. The backup data will be at `~/.local/share/waydroid/data/media/0/.SeedVaultAndroidBackup`

## Restore

### 1. Copy backup contents

Copy the `.SeedVaultAndroidBackup` to `~/.local/share/waydroid/data/media/0/`

### 2. Start restore activity.

You need to run `am start com.stevesoltys.seedvault/.restore.RestoreActivity` in the shell in order to start the restoration activity. You can do this either on `waydroid shell` or `adb shell`.

![](/files/B19149fE6I5OtFkbNZuv)

You will be asked to choose storage.

### 2. Enter passphrase for decryption

You need to enter the passphrased there was shown while setting up Seedvault

![](/files/A8T1w3gl947bCmbduht2)

### 3. Restore

Click on restore.


---

# 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.waydro.id/faq/backup-restore-apps-and-data.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.
