updated readme to include information about creating backups

pull/61/head
laxmanpradhan 6 years ago committed by GitHub
parent df598d7208
commit d8dff6e39f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -109,3 +109,13 @@ diesel migration redo
# This step should be done automatically when using diesel-cli > 1.3.0 # This step should be done automatically when using diesel-cli > 1.3.0
# diesel print-schema > src/db/schema.rs # diesel print-schema > src/db/schema.rs
``` ```
## Backing up your Vault
The official bitwarden backup documentation can be found here:
https://help.bitwarden.com/article/backup-on-premise/
There are 3 folders that need to be backed up in the official install. In the bitwarden_rs install, the default docker setting will have all 3 of these folders in same location: /data/.
Backing up this one folder will backup your sqlite database, key files and attachments.
Note that the official bitwarden install uses a MySQL database which is automatically backed up nightly. This is not the case with the bitwarden_rs. Instead you should use a backup program to create incremental backups.

Loading…
Cancel
Save