1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

Export vault data from the mobile app (#182)

This commit is contained in:
vachan-maker
2020-09-15 18:38:03 +05:30
committed by GitHub
parent 2f46e758c1
commit dd42dcfa08

View File

@@ -28,23 +28,30 @@ At this time, exports do not include file attachment data.
1. Log in to the web vault at <https://vault.bitwarden.com>
2. Click **Tools** in the top navigation bar
3. Click **Export Vault** under the **Tools** side navigation
4. Choose your exported file format, type in your master password, and click **Export Vault**. Your browser will either automatically download the exported file or prompt you to save it
4. Choose your exported file format, type in your master password, and click **Export Vault**. Your browser will either automatically download the exported file or prompt you to save it.
{% note %}
Exporting your vault will not include items that belong to an organization. Organization admins can export their organization's vault from the web vault under the organization's admin area in the **Tools** section. Then click **Export Vault** under the **Tools** side navigation.
{% endnote %}
## From the mobile app
1. Open the mobile app
2. Navigate to **Settings**
3. Scroll down and tap **Export Vault** under **Tools**
4. Choose your exported file format, type in your master password, and tap **Export Vault**. Your app will either automatically download the exported file or prompt you to save it.
## From the browser extension
1. Open the browser extension and click the **Tools** tab
2. Scroll down and click **Export Vault**
3. Choose your exported file format, type in your master password, and click **Submit**. Your browser will either automatically download the exported file or prompt you to save it
3. Choose your exported file format, type in your master password, and click **Submit**. Your browser will either automatically download the exported file or prompt you to save it.
## From the desktop app
1. Open the desktop application and navigate to **File** &rarr; **Export Vault**
2. Choose your exported file format, type in your master password, and click the Submit button. You will be prompted to download the exported file
2. Choose your exported file format, type in your master password, and click the Submit button. You will be prompted to download the exported file.
## From the CLI
In the CLI application, you can use the `bw export` command to export your data to a `.csv` or `.json` file in the current working directory. You can also pass the `--output` option to specify a saving location of your choice. Using the `--format` option will allow you to specify the file format as `csv` or `json`. The file format defaults to `csv` if not specified.
In the CLI application, you can use the `bw export` command to export your data to a `.csv` or `.json` file in the current working directory. You can also pass the `--output` option to specify a saving location of your choice. Using the `--format` option will allow you to specify the file format as `csv` or `json`. The file format defaults to `csv`, if not specified.