-
Notifications
You must be signed in to change notification settings - Fork 5
Exporting account info
Joshua Thijssen edited this page Jan 4, 2021
·
1 revision
It's possible to export and import account or organisation info from one vault to another.
$ bm-client vault export --account example\! --export-file export.json
You will be asked for your regular vault password, and an export password. You can also specify the export password directly via the --export-password
option.
This will create an encrypted container which can be safely transferred to another system.
To import the account or organisation:
$ bm-client vault import --import-file export.json
This will again ask for the vault password and the export file password. This can be added directly with the --import-password
option.