1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-09-27 21:45:50 +02:00

updated readme to include information about creating backups

Dieser Commit ist enthalten in:
laxmanpradhan 2018-07-06 13:30:02 -07:00 committet von GitHub
Ursprung df598d7208
Commit d8dff6e39f
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -109,3 +109,13 @@ diesel migration redo
# This step should be done automatically when using diesel-cli > 1.3.0
# 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.