mirror of
https://github.com/bitwarden/help
synced 2026-01-03 17:13:20 +00:00
info about bitwarden json exports
This commit is contained in:
@@ -289,14 +289,16 @@ bw import bitwardencsv ./file.csv
|
||||
|
||||
### Export
|
||||
|
||||
The `export` command allows you to export your *unencrypted* vault data to a CSV formatted file on disk.
|
||||
The `export` command allows you to export your *unencrypted* vault data to a CSV or JSON formatted file on disk.
|
||||
|
||||
```
|
||||
bw export [password] [--output <filePath>]
|
||||
bw export [password] [--output <filePath>] [--format <format>]
|
||||
```
|
||||
```
|
||||
bw export
|
||||
bw export --format csv
|
||||
bw export myPassword321 --output ./backups/
|
||||
bw export myPassword321 --output ./my_backup.json --format json
|
||||
```
|
||||
|
||||
### Generate
|
||||
|
||||
Reference in New Issue
Block a user