mirror of
https://github.com/bitwarden/help
synced 2025-12-11 05:43:20 +00:00
update articles
This commit is contained in:
@@ -13,6 +13,10 @@ Bitwarden allows you to export your vault data at any time.
|
|||||||
Data exports contain your unencrypted data in `.csv` format. You should not store or send the file over unsecure channels (such as email). Delete it immediately after you are done using it.
|
Data exports contain your unencrypted data in `.csv` format. You should not store or send the file over unsecure channels (such as email). Delete it immediately after you are done using it.
|
||||||
{% endwarning %}
|
{% endwarning %}
|
||||||
|
|
||||||
|
{% note %}
|
||||||
|
The downloaded `.csv` file can be opened, read, and modified in spreadsheet programs such as Microsoft Excel or a simple text editor like Notepad.
|
||||||
|
{% endnote %}
|
||||||
|
|
||||||
## From the web vault
|
## From the web vault
|
||||||
|
|
||||||
1. Log in to the web vault at <https://vault.bitwarden.com>
|
1. Log in to the web vault at <https://vault.bitwarden.com>
|
||||||
@@ -26,4 +30,11 @@ Data exports contain your unencrypted data in `.csv` format. You should not stor
|
|||||||
2. Scroll down and click **Export Vault**
|
2. Scroll down and click **Export Vault**
|
||||||
3. Type in your master password and click **Submit**. Your browser will either automatically download the `.csv` file or prompt you to save it
|
3. Type in your master password and click **Submit**. Your browser will either automatically download the `.csv` file or prompt you to save it
|
||||||
|
|
||||||
The downloaded `.csv` file can be opened, read, and modified in spreadsheet programs such as Microsoft Excel or a simple text editor like Notepad.
|
## From the desktop app
|
||||||
|
|
||||||
|
1. Open the desktop application and navigate to **File** (Bitwarden on macOS) → **Export Vault**
|
||||||
|
2. Type in your master password and click the Submit button. You will be prompted to download the `.csv` file.
|
||||||
|
|
||||||
|
## From the CLI
|
||||||
|
|
||||||
|
In the CLI application, you can use the `bw export` command to export your data to a `.csv` file in the current working directory. Or pass the `--output` option to specify a location of your choice.
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ categories: [miscellaneous]
|
|||||||
featured: false
|
featured: false
|
||||||
popular: false
|
popular: false
|
||||||
tags: [search, lunr]
|
tags: [search, lunr]
|
||||||
hidden: true
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Bitwarden indexes your vault using a [full-text search](https://en.wikipedia.org/wiki/Full-text_search){:target="_blank"} programming library called [Lunr](https://lunrjs.com/){:target="_blank"}. Lunr provides the ability to invoke high-performance search queries against your vault to quickly find what you need with great accuracy.
|
Bitwarden indexes your vault using a [full-text search](https://en.wikipedia.org/wiki/Full-text_search){:target="_blank"} programming library called [Lunr](https://lunrjs.com/){:target="_blank"}. Lunr provides the ability to invoke high-performance search queries against your vault to quickly find what you need with great accuracy.
|
||||||
|
|||||||
Reference in New Issue
Block a user