* q1 release additions & extras * saml samples addition * safari app extension note * invitation validity
4.2 KiB
layout, title, categories, featured, popular, tags, order
| layout | title | categories | featured | popular | tags | order | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| article | Export Vault Data |
|
false | false |
|
06 |
Bitwarden allows you to export your personal Vault data from any client application, or an Organization Vault from the Web Vault or CLI. Exports can be downloaded as plaintext .json or .csv files, or as a .json [Encrypted Export]({% link _articles/importing/encrypted-export.md %}).
Bitwarden recommends using .json for a more complete option for standard backup procedures as .csv exports will not export Cards or Identities. For information on the format of Bitwarden .csv and .json exports, see [Condition a Bitwarden .csv or .json]({% link _articles/importing/condition-bitwarden-import.md %}).
Vault Exports will not include File Attachments or Items in the Trash.
{% callout warning %} Unless you're using an [Encrypted Export]({% link _articles/importing/encrypted-export.md %}), do not store or send the exported file over insecure channels, like email, and delete the file immediately after use. {% endcallout %}
Export a Personal Vault
Export your Personal Vault data from any client application:
From the Web Vault
- Select Tools from the top navigation bar.
- Select Export Vault from the left-hand Tools menu.
- On the Export Vault page:
- Select a File Format (
.json,.csv, or.json (Encrypted)). - Enter your Master Password.
- Select a File Format (
- Select the Export Vault button to download your Vault Export. You will be prompted to specify a location for download.
From the Mobile App
- Tap the Settings tab.
- Scroll down to the Tools section, and tap Export Vault.
- On the Export Vault page:
- Select a File Format (
.json,.csv, or.json (Encrypted)). - Enter your Master Password.
- Select a File Format (
- Select the Export Vault button to download your Vault Export. You will be prompted to specify a location for download.
From the Browser Extension
- Open the Settings tab.
- Scroll down to the Tools section, and select Export Vault.
- On the Export Vault page:
- Select a File Format (
.json,.csv, or.json (Encrypted)). - Enter your Master Password.
- Select a File Format (
- Select the Export Vault button to download your Vault Export. You will be prompted to specify a location for download.
From the Desktop App
- Navigate to File → Export Vault.
- In the Export Vault window:
- Select a File Format (
.json,.csv, or.json (Encrypted)). - Enter your Master Password.
- Select a File Format (
- Select the Submit button to download your Vault Export. You will be prompted to specify a location for download.
From the CLI
Use the bw export command to export your Vault data. By default, bw export will create a .csv export in the current working directory.
You may pass the following options with the bw export command:
--output <filePath>to specify a saving location of your choice.--format <format>to specify the file format ascsv(default),json, orencrypted_json.
Export an Organization Vault
Admins and Owners may export their Organization Vault from the Web Vault or CLI:
From the Web Vault
-
Open your Organization and select the Tools tab.
{% image organizations/org-export.png Export Organization Vault %}
-
Select Export Vault from the left-hand Tools menu.
-
On the Export Vault page:
- Select a File Format (
.json,.csv, or.json (Encrypted)). - Enter your Master Password.
- Select a File Format (
-
Select the Export Vault button to download your Vault Export. You will be prompted to specify a location for download.
From the CLI
From the Bitwarden CLI application, use the bw export command with the --organizationid <orgId> option to export your Organization Vault.
{% callout info %}
Retrieve your <orgId> value using the command: bw list organizations.
{% endcallout %}
By default, bw export will create a .csv export in the current working directory, however you may pass the following options with the command:
--output <filePath>to specify a saving location of your choice.--format <format>to specify the file format ascsv(default),json, orencrypted_json.