1
0
mirror of https://github.com/bitwarden/help synced 2025-12-11 05:43:20 +00:00

update articles

This commit is contained in:
Kyle Spearrin
2018-08-16 15:34:51 -04:00
parent ba15216d62
commit 62b4e977c9
2 changed files with 12 additions and 2 deletions

View File

@@ -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.
{% 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
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**
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) &rarr; **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.

View File

@@ -5,7 +5,6 @@ categories: [miscellaneous]
featured: false
popular: false
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.